zhaojs
2023-07-19 7c35ab19240a46c39f2bbf91414b69a39bb0e211
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) {