This commit is contained in:
zoujiandong
2025-06-17 13:27:34 +08:00
parent d955894b45
commit 28065a3a18
3 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -353,7 +353,10 @@ const getCode = () => {
}
};
const getSms=()=>{
api.getCode({phone: phone.value}).then(res=>{
api.getCode({
phone: phone.value,
scene:1
}).then(res=>{
uni.hideLoading();
uni.$u.toast("验证码已发送");
uCodeRef.value.start();