From 802501cb668f2962c0daab7ecbd1489844284b77 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 26 五月 2023 16:38:49 +0800 Subject: [PATCH] no message --- uniapp/pages/search/searchResult.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/uniapp/pages/search/searchResult.vue b/uniapp/pages/search/searchResult.vue index b30a793..650f64e 100644 --- a/uniapp/pages/search/searchResult.vue +++ b/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; } } -- Gitblit v1.9.3