6155部分功能提交

This commit is contained in:
liub
2025-07-11 16:08:17 +08:00
parent 4a0798f47d
commit 413c495880
9 changed files with 2111 additions and 283 deletions

View File

@ -62,12 +62,12 @@
return {
showView: false,
//codebtn: '获取验证码',
phone: '', //手机号码
code: "", //验证码
phone: '17671332251', //手机号码
code: "123456", //验证码
agreed: false,
isCounting: false,
countdown: 0,
isChecked: false,
isChecked: true,
showAgreement: false, // 控制弹窗显示
}
},