|
|
@@ -108,8 +108,8 @@
|
|
|
<text v-if="isAgreed" class="check-mark">✓</text>
|
|
|
</view>
|
|
|
<text class="agree-text">
|
|
|
- 我已经阅读并同意 <text class="link" @click.stop="showAgreement(1)">《用户服务协议》</text> 和 <text class="link"
|
|
|
- @click.stop="showAgreement(2)">《隐私政策》</text>
|
|
|
+ 我已经阅读并同意 <text class="link" @click.stop="showAgreement(6)">《用户服务协议》</text> 和 <text class="link"
|
|
|
+ @click.stop="showAgreement(7)">《隐私政策》</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
},
|
|
|
/**
|
|
|
* 显示协议弹窗
|
|
|
- * @param {Number} id 协议ID (1: 用户服务协议, 2: 隐私政策)
|
|
|
+ * @param {Number} id 协议ID (6: 履约守护用户协议, 7: 履约守护隐私政策)
|
|
|
*/
|
|
|
async showAgreement(id) {
|
|
|
try {
|