feat: 调整商品详情样式

This commit is contained in:
duanshuwen
2025-08-05 18:23:10 +08:00
parent a5d31ef170
commit 81c8658621
6 changed files with 20 additions and 15 deletions

12
App.vue
View File

@@ -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(() => {