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) {