From af3e8b68a122c95157b3d8a871086c0eab155081 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Mon, 12 Jun 2023 15:02:28 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E9=80=80=E5=87=BA=E5=88=B0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/views/setting/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/views/setting/index.vue b/pages/views/setting/index.vue index fddfb6a..480308f 100644 --- a/pages/views/setting/index.vue +++ b/pages/views/setting/index.vue @@ -152,12 +152,13 @@ export default { title: 'ι€€ε‡ΊζˆεŠŸ', icon: 'none' }); + setTabBarBadge(0) setTimeout(() => { - uni.switchTab({ - url: '/pages/views/tabBar/category' + uni.redirectTo({ + url: '/pages/login/index1' }); - }, 1500); + }, 500); } } });