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