xbx #47

Merged
theluyuan merged 3 commits from xbx into master 2020-10-15 07:44:24 +00:00
Showing only changes of commit 73f0232af1 - Show all commits

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'
}) })
/** /**