|
|
@ -237,7 +237,7 @@ import uniPopup from "../../../uni_modules/uni-popup/components/uni-popup/uni-po |
|
|
import { verificationPhone, verificationEmail } from "../login/verification"; |
|
|
import { verificationPhone, verificationEmail } from "../login/verification"; |
|
|
import { SendEmailCodeApi, SendPhoneCodeApi } from "../../../api/start/login"; |
|
|
import { SendEmailCodeApi, SendPhoneCodeApi } from "../../../api/start/login"; |
|
|
|
|
|
|
|
|
const type = ref("member"); |
|
|
|
|
|
|
|
|
const type = ref(""); |
|
|
const email = ref(""); |
|
|
const email = ref(""); |
|
|
const password = ref(""); |
|
|
const password = ref(""); |
|
|
const newPasswordFirst = ref(""); |
|
|
const newPasswordFirst = ref(""); |
|
|
|