From 5c6446f768a275f1d38606a8f386ff2b3c4c41b2 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 18 Dec 2023 14:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reg/reg.vue | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/pages/reg/reg.vue b/pages/reg/reg.vue index 2335e6f..aa381cb 100644 --- a/pages/reg/reg.vue +++ b/pages/reg/reg.vue @@ -29,12 +29,13 @@ -
- -
+ 我已阅读并同意网站的 《隐私政策》和 + 《用户注册协议》 + + @@ -212,9 +213,14 @@ } }, + // 调整到登录页面 gologin(){ this.$navTo("pages/login/index") }, + // 阅读了政策协议 + viewdoc(e){ + this.$toast(e) + }, } } @@ -317,7 +323,15 @@ } .privacy{ - display: flex; - margin-top: 10rpx; + display: flex; + margin-top: 10rpx; + + .ckbox{ + border-radius: 50%; + } + + .atxt{ + color: #4399ff; + } }