修复了发送验证码
This commit is contained in:
@@ -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 ()=>{
|
||||
|
||||
Reference in New Issue
Block a user