This commit is contained in:
zoujiandong
2026-03-16 14:35:45 +08:00
parent c6ce198c31
commit 45a9478790
14 changed files with 1613 additions and 50 deletions
+2 -1
View File
@@ -399,7 +399,8 @@ const onGetSmsCode = async () => {
} catch (error) {
console.error('发送短信验证码失败:', error)
uni.showToast({
title:error.message || error.msg,
title:error.data.message || error.message || error.data.msg || error.msg || '频繁发送短信,请稍后再试'
,
icon: 'none'
})
} finally {