feat: 新增订单列表交互

This commit is contained in:
duanshuwen
2025-07-27 18:08:06 +08:00
parent 87bdac8c57
commit 4cd0f59966
31 changed files with 3535 additions and 2559 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(() => {