This commit is contained in:
魏啾 2024-07-19 13:50:13 +08:00
commit 485f0ab001
1 changed files with 0 additions and 7 deletions

View File

@ -43,13 +43,6 @@
uni.cache.set('miniAppOpenId', res.data.userInfo
.miniAppOpenId)
uni.cache.set('userInfo', res.data.userInfo);
if (uni.cache.get('types') == 'types') {
uni.reLaunch({
url: '/pages/order_food/order_food'
});
} else {
uni.pro.switchTab('index/index')
}
}
},
fail: (err) => {}