feat: 调整商品详情样式
This commit is contained in:
12
App.vue
12
App.vue
@@ -9,13 +9,13 @@ onLaunch(async () => {
|
||||
const token = uni.getStorageSync("token");
|
||||
|
||||
// 检测是否绑定手机号和token
|
||||
// if (token) {
|
||||
// const res = await checkPhone();
|
||||
if (token) {
|
||||
const res = await checkPhone();
|
||||
|
||||
// if (res.data) {
|
||||
// goHome();
|
||||
// }
|
||||
// }
|
||||
if (res.data) {
|
||||
goHome();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
|
||||
Reference in New Issue
Block a user