From 531a6da6111c0268e7754ccd2c05e779ace89969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 12 Nov 2025 15:36:50 +0800 Subject: [PATCH] 11 --- pages/user/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index 048878c7..87e118bb 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -468,12 +468,12 @@ export default { uni.setStorageSync('work_order_permission', community_worker && community_worker[0].work_order_permission == 1 || false); uni.setStorageSync('phone', res.account); uni.hideLoading(); - uni.showToast({ - title: '刷新成功', - icon: 'success', - mask: true, - duration: 2000, - }) + // uni.showToast({ + // title: '刷新成功', + // icon: 'success', + // mask: true, + // duration: 2000, + // }) } },