Update login.vue
This commit is contained in:
parent
a045a4ed32
commit
14149ef143
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user