更新:1.苹果培训班报名可设置支付方式;2.修改应用市场上架第三方SDK调用的隐私政策问题;

This commit is contained in:
2025-10-31 15:16:55 +08:00
parent cca49e7fdd
commit 1d0c9e818d
14 changed files with 122 additions and 113 deletions

View File

@@ -238,18 +238,18 @@ export default {
text: '积分',
})
}
if (platform == "ios") {
this.payList = [
{
text: "天医币",
imgUrl: require("@/static/icon/pay_3.png"),
type: 4,
value: "2",
},
];
this.selectPayIndex = 0;
this.payType = 4;
} else {
// if (platform == "ios") {
// this.payList = [
// {
// text: "天医币",
// imgUrl: require("@/static/icon/pay_3.png"),
// type: 4,
// value: "2",
// },
// ];
// this.selectPayIndex = 0;
// this.payType = 4;
// } else {
const payType = this.options.payType.split(',')
const payListKey = {
1: {
@@ -277,7 +277,7 @@ export default {
const hasWX = payType.includes('1')
this.selectPayIndex = 0;
this.payType = this.payList[0].type;
}
// }
this.getUserInfo();
},
onShow() {