fix:替换appID为7a9,修复支付分调用失败订单无法正确取消的问题
This commit is contained in:
Vendored
+1
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user