luyisha 2 years ago
parent
commit
e5fde6b91c
  1. 2
      components/tf-verify-img/tf-verify-img.vue
  2. 3
      pages/reg/index.vue

2
components/tf-verify-img/tf-verify-img.vue

@ -233,6 +233,8 @@
background-color: #F7F8F9; background-color: #F7F8F9;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
margin: 30upx auto;
.tf-Box-BtnBox-text{ .tf-Box-BtnBox-text{
width: 100%; width: 100%;
height: 75upx; height: 75upx;

3
pages/reg/index.vue

@ -109,7 +109,8 @@
url="/register/sendEmailCode" url="/register/sendEmailCode"
:data="{ :data="{
email:form.account, email:form.account,
type:1 type:1,
gc_key: gc_key
}" }"
v-show="form.type==2" v-show="form.type==2"
@changeSLider="changeSLider" @changeSLider="changeSLider"

Loading…
Cancel
Save