|
|
@@ -69,7 +69,7 @@
|
|
|
const state = reactive({
|
|
|
model: {
|
|
|
phone: '13229740091', // 账号
|
|
|
- password: 'Citu123', // 密码
|
|
|
+ password: 'Citu123456', // 密码
|
|
|
},
|
|
|
rules: {
|
|
|
phone: mobile,
|
|
|
@@ -86,6 +86,7 @@
|
|
|
console.log('error: ', error);
|
|
|
});
|
|
|
if (!validate) return;
|
|
|
+ state.model.account = state.model.phone;
|
|
|
|
|
|
// 同意协议
|
|
|
if (!props.agreeStatus) {
|