zhaojs
2023-07-26 9a075e01191468d975d748025497cc91fb124e1d
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) {