Update login.vue

This commit is contained in:
huxuejian 2026-02-10 09:47:17 +08:00
parent a045a4ed32
commit 14149ef143

View File

@ -27,8 +27,8 @@
>
<checkbox :checked="checked" style="transform: scale(0.7)" />
<view class="text-sm text-gray">我已阅读并同意</view>
<view class="text-sm text-primary" @click="toAggreement('userAgreement')">用户协议</view>
<view class="text-sm text-primary" @click="toAggreement('privacyPolicy')">隐私政策</view>
<view class="text-sm text-primary" @click.stop="toAggreement('userAgreement')">用户协议</view>
<view class="text-sm text-primary" @click.stop="toAggreement('privacyPolicy')">隐私政策</view>
</view>
</template>