heyuntao
2023-06-01 90ef820cdc18a108b67aef0c7d6c3fa1e8ecb3f7
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
@@ -862,7 +863,7 @@
               .goods-items {
                  width: 346rpx;
                  height: 526rpx;
                  height: 546rpx;
                  margin-bottom: 20rpx;
               }
            }