zhaojs
2023-07-18 0e1bce71603c5cbb92b3fe6387c87430528d18a9
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();