zhaojs
2023-07-20 404ce868eec06566420c58c683dee54fc9ecff2a
uniapp/pages/search/searchResult.vue
@@ -372,7 +372,7 @@
               selectCoupon: this.selectCoupon == true ? 1 : 0
            }).then(e => {
               console.log(e);
               if (e.code != 0) return that.$alert(e.msg)
               if (e.code != 0) return;
               var res = e.data;
               uni.stopPullDownRefresh();
               if (res.list.length < 10) {