This commit is contained in:
caoliancun
2023-02-19 23:08:47 +08:00
parent 8ca3069737
commit 2906f19e0a
5 changed files with 11 additions and 28 deletions

View File

@@ -8,7 +8,7 @@
<view class="padding-xs">
<checkbox @tap="onChange" class='round red chagesize' :class="checked?'checked':''" :checked="checked?true:false"
value="C"></checkbox> 我已阅读并同意
<text @tap="toAgree('baichuanUserAgree')" class="oil-main-color">用户协议</text><text @tap="toAgree('baichuanPrivacyAgreement')" class="oil-main-color">隐私政策</text>
<text @tap="toAgree('zhongpinUserAgree')" class="oil-main-color">用户协议</text><text @tap="toAgree('zhongpinPrivacyAgreement')" class="oil-main-color">隐私政策</text>
</view>
</view>
</view>