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",
|
||||
data() {
|
||||
return {
|
||||
readme:true,
|
||||
readme:false,
|
||||
};
|
||||
},
|
||||
methods:{
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
btnDisabled: false,
|
||||
btnValue: '验证码',
|
||||
phoneLoginName: '验证码登录',
|
||||
readme:true
|
||||
readme:false
|
||||
|
||||
};
|
||||
},
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
btnDisabled: false,
|
||||
password: '',
|
||||
rePassword: '',
|
||||
readme:true,
|
||||
readme:false,
|
||||
};
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user