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