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, + // }) } },