修正用户名显示逻辑进入服务列表页面自动刷新
This commit is contained in:
@@ -72,6 +72,13 @@ export default {
|
||||
switchTabWithQuery(basePath, tab) {
|
||||
if (basePath === '/pages/furniture_reception/furniture_reception') {
|
||||
uni.setStorageSync('workbench-reception-tab', tab);
|
||||
uni.navigateTo({
|
||||
url: basePath,
|
||||
fail: () => {
|
||||
uni.showToast({ title: '跳转接待页失败', icon: 'none' });
|
||||
},
|
||||
});
|
||||
return;
|
||||
}
|
||||
uni.switchTab({
|
||||
url: basePath,
|
||||
|
||||
Reference in New Issue
Block a user