Handy_Cao 11 月之前
父节点
当前提交
d26feb06f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/mobile/views/user/register/Index.vue

+ 1 - 1
src/packages/mobile/views/user/register/Index.vue

@@ -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(() => {