Browse Source

移除无用代码

hella_online_20240911
lijuncheng 2 weeks ago
parent
commit
b29d90151c
  1. 1
      src/pages/query/item.vue

1
src/pages/query/item.vue

@ -213,7 +213,6 @@ import { nextTick } from 'vue';
this.pageNo++; this.pageNo++;
}).catch(error => { }).catch(error => {
this.$refs.paging.complete(false);
uni.hideLoading(); uni.hideLoading();
this.showMessage(error); this.showMessage(error);
}) })

Loading…
Cancel
Save