更新: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

@@ -119,16 +119,16 @@ export default {
payType: item.payType,
displayJf: item.displayJf
}
if (platform == "ios" && !item.payType.includes('4')) {
uni.showToast({
title: "当前不能在线报名,请联系客服",
icon: 'none'
})
} else {
// if (platform == "ios" && !item.payType.includes('4')) {
// uni.showToast({
// title: "此次会议仅支持微信报名苹果用户想报名请联系吴门医述客服客服微信yilujiankangkefu",
// icon: 'none'
// })
// } else {
uni.navigateTo({
url: '/pages/order/index?data='+JSON.stringify(data),
});
}
// }
},
//联系客服
goToContact(item){