This commit is contained in:
赵毅 2025-11-12 15:36:50 +08:00
parent 3719becda3
commit 531a6da611

View File

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