瀏覽代碼

Merge branch 'v20' of http://192.168.31.240:3000/MTP2.0_New/MTP20_WEB_GLOBAL into v20

li.shaoyi 11 月之前
父節點
當前提交
2ff5a7f292
共有 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(() => {