From d9e00e6b588a0560569aec7a6d7f033ee0bd4b92 Mon Sep 17 00:00:00 2001 From: linju Date: Wed, 6 Nov 2024 17:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20uni-im=20v3.4.31+=20?= =?UTF-8?q?=E6=9C=AA=E8=AF=BB=E6=B6=88=E6=81=AF=E6=80=BB=E6=95=B0=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BE=9D=E8=B5=96=E6=9C=AC=E5=9C=B0=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=80=8C=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index c61330c..52ff34c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -35,17 +35,6 @@ } }, async onReady() { - if(!uniIm.isWidescreen){ - uni.showLoading({ - mask: true - }); - try{ - await uniIm.conversation.loadMore() - }catch(e){ - console.log(e) - } - uni.hideLoading() - } }, methods: { //未读系统通知数量 -- GitLab