帐号已存在
This commit is contained in:
parent
fc9a05636c
commit
168daa14f9
@ -302,6 +302,7 @@ export default {
|
|||||||
cshipinyaoqiu1: "The video should be no longer than 10 minutes",
|
cshipinyaoqiu1: "The video should be no longer than 10 minutes",
|
||||||
cshipinyaoqiu2: "Video size cannot exceed 500M",
|
cshipinyaoqiu2: "Video size cannot exceed 500M",
|
||||||
shangchuanwancheng: "Please wait for the file to be uploaded",
|
shangchuanwancheng: "Please wait for the file to be uploaded",
|
||||||
|
zhanghaocunzai: "account already exists",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu: "",
|
tixianzhu: "",
|
||||||
|
@ -302,6 +302,7 @@ export default {
|
|||||||
cshipinyaoqiu1: "视频长度不能超过10分钟",
|
cshipinyaoqiu1: "视频长度不能超过10分钟",
|
||||||
cshipinyaoqiu2: "视频大小不能超过500m",
|
cshipinyaoqiu2: "视频大小不能超过500m",
|
||||||
shangchuanwancheng: "请等待文件上传完成",
|
shangchuanwancheng: "请等待文件上传完成",
|
||||||
|
zhanghaocunzai: "帐号已存在",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu:"",
|
tixianzhu:"",
|
||||||
|
@ -225,6 +225,7 @@ import { defineComponent, onMounted, reactive, ref, toRaw } from "vue";
|
|||||||
import NavTop from "@/components/NavTop.vue";
|
import NavTop from "@/components/NavTop.vue";
|
||||||
import {
|
import {
|
||||||
checksmscode,
|
checksmscode,
|
||||||
|
checkuser,
|
||||||
getquhaolist,
|
getquhaolist,
|
||||||
getwillsay,
|
getwillsay,
|
||||||
interests,
|
interests,
|
||||||
@ -371,7 +372,13 @@ export default defineComponent({
|
|||||||
phone.value.quhao + phone.value.phone,
|
phone.value.quhao + phone.value.phone,
|
||||||
phone.value.code
|
phone.value.code
|
||||||
);
|
);
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
const iszc = await checkuser({phone: phone.value.phone})
|
||||||
|
if(iszc.code == 0){
|
||||||
|
message.error(lan.$t('zhanghaocunzai'))
|
||||||
|
return ;
|
||||||
|
}
|
||||||
stepnow.value = e;
|
stepnow.value = e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user