@@ -70,7 +70,7 @@ async function getVerificationCode() {
})
// 调用获取验证码接口
- await getCode(formData.value.phone)
+ await getCode(`88${formData.value.phone}`)
uni.hideLoading()
toast.success(t('auth.forgotPassword.success.codeSent'))
@@ -66,7 +66,7 @@ async function getVerificationCode() {
toast.success(t('auth.register.success.codeSent'))