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