更新:1.苹果培训班报名可设置支付方式;2.修改应用市场上架第三方SDK调用的隐私政策问题;
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user