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

@@ -84,7 +84,7 @@
</view>
<view class="protocol_box">
<view class="select" :class="{active: agree}" @click="agree = !agree"></view>
<view class="select" :class="{active: agree}" @click="agreeXieYi()"></view>
我已同意
<!-- <text @click="plus.runtime.openURL('https://main.nuttyreading.com/agreement.html')">用户协议</text> -->
<!-- <text @click="onPageJump('/pages/user/protocol')">用户协议</text> -->
@@ -280,6 +280,10 @@
methods: {
...mapMutations(['setUserInfo']),
...mapMutations(['setHealthMes']),
agreeXieYi() {
this.agree = !this.agree;
uni.setStorageSync('privacy_agreed', this.agree);
},
// 获得操作系统
getOS() {
let oprateOs = "";