修改了手机号

This commit is contained in:
2020-10-15 15:43:55 +08:00
parent b1649cf566
commit 73f0232af1

View File

@@ -166,7 +166,7 @@ export default defineComponent({
const time = ref(60);//倒计时 const time = ref(60);//倒计时
const phone = ref(""); // 手机号 const phone = ref(""); // 手机号
const userinfo = reactive({ const userinfo = reactive({
phone: '15652030036', phone: '13152639856',
password: '123456' password: '123456'
}) })
/** /**