mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化用户协议和隐私政策不选中
This commit is contained in:
parent
99b73e71e1
commit
c5bc491bd6
@ -19,7 +19,7 @@
|
|||||||
name:"user-protocol",
|
name:"user-protocol",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
readme:true,
|
readme:false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
btnDisabled: false,
|
btnDisabled: false,
|
||||||
btnValue: '验证码',
|
btnValue: '验证码',
|
||||||
phoneLoginName: '验证码登录',
|
phoneLoginName: '验证码登录',
|
||||||
readme:true
|
readme:false
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
btnDisabled: false,
|
btnDisabled: false,
|
||||||
password: '',
|
password: '',
|
||||||
rePassword: '',
|
rePassword: '',
|
||||||
readme:true,
|
readme:false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user