Merge branch 'master' of https://gitee.com/DarenWork_admin/cheflinkuser
This commit is contained in:
@@ -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'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -469,7 +469,7 @@ function getInviteInfo() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// 获取支付相关配置
|
// 获取支付相关配置(已去掉 stripeKey 覆盖,统一用 config/index.ts 里的 pk_live_ 跑通流程)
|
||||||
// getDictFineList({
|
// getDictFineList({
|
||||||
// dictType: "app_config",
|
// dictType: "app_config",
|
||||||
// }).then((res) => {
|
// }).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user