project:强制覆盖代码,更新.gitignore文件内容

This commit is contained in:
2025-09-16 17:23:51 +08:00
parent ab9a7279f5
commit 5ad77a857c
97 changed files with 2295 additions and 1751 deletions
+11 -3
View File
@@ -9,7 +9,7 @@ if (!Math) {
"./pages/deposit/index.js";
"./pages/order/index.js";
"./pages/order/payment.js";
"./pages/order/details.js";
"./pages/expressReturn/addExpressReturn.js";
"./pages/feedback/index.js";
"./pages/help/index.js";
"./pages/device/detail.js";
@@ -17,17 +17,18 @@ if (!Math) {
"./pages/return/index.js";
"./pages/order/success.js";
"./pages/order/return-success.js";
"./pages/expressReturn/index.js";
"./pages/expressReturn/detail.js";
}
const _sfc_main = {
onLaunch: function() {
common_vendor.index.__f__("log", "at App.vue:10", "App Launch");
},
onShow: async function() {
common_vendor.index.__f__("log", "at App.vue:14", "App Show");
await this.autoLogin();
},
onHide: function() {
common_vendor.index.__f__("log", "at App.vue:19", "App Hide");
common_vendor.index.__f__("log", "at App.vue:22", "App Hide");
},
methods: {
async autoLogin() {
@@ -36,6 +37,13 @@ const _sfc_main = {
} catch (error) {
common_vendor.index.__f__("error", "at App.vue:30", "自动登录失败:", error);
}
},
async getUserInfoData() {
try {
await util_index.getUserInfo();
} catch (error) {
common_vendor.index.__f__("error", "at App.vue:39", "获取用户信息失败:", error);
}
}
}
};