修复了发送验证码

This commit is contained in:
2020-11-18 17:02:44 +08:00
parent 5622db0a8d
commit 3dba6dca46
5 changed files with 16 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ export default defineComponent({
const time = ref(60);//倒计时
const phone = ref(""); // 手机号
const code =ref("")
const myquhao=ref("86")
const userinfo = reactive({
phone: '13152639856',
password: '123456'
@@ -155,6 +155,7 @@ export default defineComponent({
name: "中国"
}
])
const myquhao=ref(mrqh.value.code)
const videolist=ref<any>([{}])
onMounted(async ()=>{