zhaojs
2023-05-24 92514beb315f5778df2849341dcffb3bb257160c
uniapp/pages/search/searchResult.vue
@@ -264,6 +264,7 @@
            }).then(e => {
               if (e.code != 0) return that.$alert(e.msg)
               uni.stopPullDownRefresh();
               console.log(e.data)
               var res = e.data;
               if (res.list.length < 10) {
                  that.canloadmore = false