zhaojs
2023-07-27 280bbc8fca6c6b52a334996258cd7d86532369d7
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) {