验证码
parent
54102a0d09
commit
a17a99181b
|
|
@ -81,8 +81,8 @@
|
|||
const state = reactive({
|
||||
isMobileEnd: false, // 手机号输入完毕
|
||||
model: {
|
||||
mobile: '', // 手机号
|
||||
code: '', // 验证码
|
||||
mobile: '15601691300', // 手机号
|
||||
code: '9999', // 验证码
|
||||
},
|
||||
rules: {
|
||||
code,
|
||||
|
|
|
|||
|
|
@ -81,8 +81,8 @@
|
|||
isMobileEnd: false, // 手机号输入完毕
|
||||
codeText: '获取验证码',
|
||||
model: {
|
||||
mobile: '', // 手机号
|
||||
code: '', // 验证码
|
||||
mobile: '15601691300', // 手机号
|
||||
code: '9999', // 验证码
|
||||
},
|
||||
rules: {
|
||||
code,
|
||||
|
|
|
|||
Loading…
Reference in New Issue