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