This commit is contained in:
2026-03-09 09:05:42 +08:00
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -75,6 +75,10 @@ export default {
// eventChannel.emit('acceptDataFromOpenedPage', {...params, id});
setTimeout(uni.navigateBack, 1000)
} catch (e) {
uni.showToast({
icon: 'none',
title: e?.message || e?.data?.msg || 'Add credit card failed'
})
}
},
@@ -182,4 +186,4 @@ export default {
page {
background-color: #F5F5F5;
}
</style>
</style>
+1 -1
View File
@@ -469,7 +469,7 @@ function getInviteInfo() {
}
});
// 获取支付相关配置
// 获取支付相关配置(已去掉 stripeKey 覆盖,统一用 config/index.ts 里的 pk_live_ 跑通流程)
// getDictFineList({
// dictType: "app_config",
// }).then((res) => {