修复了验证码bug

This commit is contained in:
2025-08-10 11:25:09 +08:00
parent 8a085da7dc
commit d17f6f09c5
2 changed files with 3 additions and 2 deletions

View File

@ -193,6 +193,7 @@ Page({
});
}, 1000);
} else {
console.log(res.data)
wx.showToast({
title: res.data.message || '注册失败',
icon: 'none',