帐号已存在
This commit is contained in:
@@ -225,6 +225,7 @@ import { defineComponent, onMounted, reactive, ref, toRaw } from "vue";
|
||||
import NavTop from "@/components/NavTop.vue";
|
||||
import {
|
||||
checksmscode,
|
||||
checkuser,
|
||||
getquhaolist,
|
||||
getwillsay,
|
||||
interests,
|
||||
@@ -371,7 +372,13 @@ export default defineComponent({
|
||||
phone.value.quhao + phone.value.phone,
|
||||
phone.value.code
|
||||
);
|
||||
|
||||
if (res) {
|
||||
const iszc = await checkuser({phone: phone.value.phone})
|
||||
if(iszc.code == 0){
|
||||
message.error(lan.$t('zhanghaocunzai'))
|
||||
return ;
|
||||
}
|
||||
stepnow.value = e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user