From 92514beb315f5778df2849341dcffb3bb257160c Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 24 五月 2023 16:10:35 +0800 Subject: [PATCH] no message --- uniapp/pages/search/searchResult.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uniapp/pages/search/searchResult.vue b/uniapp/pages/search/searchResult.vue index b30a793..d5f8b50 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 -- Gitblit v1.9.3