@@ -289,7 +289,7 @@ const formSubmit = () => {
}
}).then((res) => {
if (res.code === 0) {
- if (res.taaccount.length != 0) {
+ if (res.taaccount != undefined) {
// 等待3秒后查询注册红包
setTimeout(() => {
getRegisterMoney(res.taaccount[0].accountid).finally(() => {