636d78e7 by 华明祺

no message

1 parent a00c6bf5
......@@ -63,7 +63,8 @@
<script setup>
import {
ref
ref,
onMounted
} from 'vue'
import {
getCodeImg,
......@@ -72,7 +73,7 @@ import {
} from '@/common/login.js'
const agree = ref(false)
const codeUrl = ref(null)
const registerForm = ref({
telNo: null,
password: null,
......@@ -85,6 +86,10 @@ const countDown = ref({
start: false,
second: 60
})
onMounted(() => {
getCode()
})
function changeAgree(item) {
item = !item
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!