diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue
index 5d5cf3d..7e293ba 100644
--- a/pages/auth/primary.vue
+++ b/pages/auth/primary.vue
@@ -9,33 +9,40 @@
-
-
- {{$t('auth.d0')}}
-
-
-
-
-
-
- {{$t('auth.d1')}}
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{$t('auth.d0')}}
+
+
+
+
+
+ {{$t('auth.d0')}}
+
+
+
+
+
+
+ {{$t('auth.d1')}}
+
+
+
+
+
+
+
+
+
+
+
{{$t('auth.b1')}}
@@ -264,4 +271,16 @@ export default {
height: 24px;
font-size: 15px;
}
+ /deep/.uni-date-x--border{
+ border: 0px;
+ }
+ /deep/.uni-date__x-input{
+ padding-left: 0px;
+ }
+ /deep/.uni-date-x .icon-calendar{
+ padding-left: 0px;
+ }
+ /deep/.uni-date-x{
+ background-color: transparent;
+ }
diff --git a/pages/reg/index.vue b/pages/reg/index.vue
index 42a2bf5..717ae7a 100644
--- a/pages/reg/index.vue
+++ b/pages/reg/index.vue
@@ -56,17 +56,6 @@
-
-
- {{$t('reg.a2')}}
-
-
-
-
-
-
-
{{$t('homeNewText.ee6')}}
@@ -305,7 +294,7 @@ export default {
//注册完成后登录
login(){
- let data={type: 2,account:this.form.account,password: this.form.password,phone: this.form.phone,country_id:this.form.country_id}
+ let data={type: 2,account:this.form.account,password: this.form.password}
Member.login(this.form)
.then((res) => {
this.loginSuccess(res.data);