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