fix: 茅台预约平台,登录界面修改。
This commit is contained in:
@@ -52,7 +52,7 @@ const { proxy } = getCurrentInstance()
|
||||
const registerForm = ref({
|
||||
username: '',
|
||||
password: '',
|
||||
resource: '1',
|
||||
resource: '3',
|
||||
confirmPassword: '',
|
||||
code: '',
|
||||
uuid: ''
|
||||
@@ -87,7 +87,7 @@ const loading = ref(false)
|
||||
const captchaEnabled = ref(true)
|
||||
|
||||
function handleRegister() {
|
||||
registerForm.value.resource = '1'
|
||||
registerForm.value.resource = '3'
|
||||
proxy.$refs.registerRef.validate((valid) => {
|
||||
if (valid) {
|
||||
loading.value = true
|
||||
|
||||
Reference in New Issue
Block a user