fix:替换appID为7a9,修复支付分调用失败订单无法正确取消的问题

This commit is contained in:
2025-07-08 09:03:06 +08:00
parent 309963755d
commit 893a2a55c6
51 changed files with 157 additions and 148 deletions
+1 -2
View File
@@ -33,9 +33,8 @@ const _sfc_main = {
async autoLogin() {
try {
const loginResult = await util_index.wxLogin();
common_vendor.index.__f__("log", "at App.vue:28", "自动登录成功:", loginResult);
} catch (error) {
common_vendor.index.__f__("error", "at App.vue:31", "自动登录失败:", error);
common_vendor.index.__f__("error", "at App.vue:30", "自动登录失败:", error);
}
}
}