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