diff --git a/assets/css/v12-style.less b/assets/css/v12-style.less
index 260eaf9..cc5065d 100644
--- a/assets/css/v12-style.less
+++ b/assets/css/v12-style.less
@@ -133,6 +133,10 @@ each(@colors, {
display: flex;
align-items: end;
}
+.v12-align-baseline{
+ display: flex;
+ align-items: baseline;
+}
.v12-justify-center{
display: flex;
justify-content: center;
@@ -173,6 +177,9 @@ each(@colors, {
color: #fff;
font-size: 27rpx;
}
+.v12-full-width{
+ width: 100%;
+}
diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue
index ecf57d0..0251731 100644
--- a/pages/authorization/index.vue
+++ b/pages/authorization/index.vue
@@ -1,6 +1,6 @@
-
- 为了提供更优质的服务,需要获取
+
+
-
-
-
- 我已阅读并同意
- 《用户服务协议及隐私政策》
-
-
-
+
@@ -40,27 +31,56 @@
- 请完善您的信息
- -->
+
+
+
+
+
+
+ 地标文化特产
+
+
+ |
+
+
+ 申请使用
+
+
+
+
+ 获取你的昵称、头像
+
+
+
+ 头像
+
+
+
+
+
+ 昵称
+
+
-
-
-
+
+
+
+
+ 允许
+ 拒绝
- 确认
-
+
+
+ 发现家乡好物
+
-
-
+
+
+
+
+
+
+
+
+ 我已阅读并同意
+ 《用户服务协议及隐私政策》
+
+
@@ -150,7 +198,7 @@ export default {
this.show=!this.show;
},
changeAgree(event) {
- this.isAgree = event.detail.value.length > 0
+ // this.isAgree = event.detail.value.length > 0
},
toLogin() {
this.$yrouter.push({
@@ -282,10 +330,17 @@ export default {
}
-