zhaojs
2023-08-09 a5b825873529c9a8d6039c3638494019318221c3
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) {