|
|
@ -235,7 +235,7 @@ import countryList from "../login/list"; |
|
|
import footerBar from "../../../components/footerBar"; |
|
|
import footerBar from "../../../components/footerBar"; |
|
|
import uniPopup from "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.vue"; |
|
|
import uniPopup from "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.vue"; |
|
|
import { verificationPhone, verificationEmail } from "../login/verification"; |
|
|
import { verificationPhone, verificationEmail } from "../login/verification"; |
|
|
import { SendEmailCodeApi, SendPhoneCodeApi } from "../../../api/start/login"; |
|
|
|
|
|
|
|
|
import { SendEmailCodeApi, SendPhoneCodeApi,verifyCodeApi,forgetApi } from "../../../api/start/login"; |
|
|
|
|
|
|
|
|
const type = ref(""); |
|
|
const type = ref(""); |
|
|
const email = ref(""); |
|
|
const email = ref(""); |
|
|
|