fix:修复bug
This commit is contained in:
@@ -470,15 +470,15 @@ function getInviteInfo() {
|
||||
});
|
||||
|
||||
// 获取支付相关配置
|
||||
getDictFineList({
|
||||
dictType: "app_config",
|
||||
}).then((res) => {
|
||||
res.data.map((item) => {
|
||||
if (item.dictValue === "stripeKey") {
|
||||
Config.stripeKey = item.remark;
|
||||
}
|
||||
});
|
||||
});
|
||||
// getDictFineList({
|
||||
// dictType: "app_config",
|
||||
// }).then((res) => {
|
||||
// res.data.map((item) => {
|
||||
// if (item.dictValue === "stripeKey") {
|
||||
// Config.stripeKey = item.remark;
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user