zhb před 1 měsícem
rodič
revize
06a3eafc71
3 změnil soubory, kde provedl 16 přidání a 11 odebrání
  1. 8 8
      pages.json
  2. 7 1
      pages/customer/wallet-transfer.vue
  3. 1 2
      windows/left-window.vue

+ 8 - 8
pages.json

@@ -384,56 +384,56 @@
       "path": "pages/follow/index",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/report",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/transfer",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/transfer-history",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/trading-management",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/account-management",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/record",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/follow/trading-center",
       "style": {
         "navigationBarTitleText": "",
-        "navigationStyle": "follow"
+        "navigationStyle": "custom"
       }
     }
   ],

+ 7 - 1
pages/customer/wallet-transfer.vue

@@ -209,7 +209,13 @@ const toTransfer = async () => {
         }
         dialogCheckWait.value = false
     } catch (e) {
-        console.log(e)
+        if (e.code == 400) {
+            dialogCheckWait.value = false
+            RES.value = e.msg
+            dialogCheck.value = true
+            dialogVisible.value = false
+            flag.value = false
+        }
     }
 }
 

+ 1 - 2
windows/left-window.vue

@@ -14,8 +14,7 @@
             height: !(item.children && item.children.length) ? '0px' : item.isOpenMenu ? item.submenuHeight + 'px' : '0px',
             transition: 'height 281ms cubic-bezier(0.4, 0, 0.2, 1)'
           }" :class="{ 'active': item.isOpenMenu }">
-          <cwg-submenu v-if="item.children && item.children.length" :submenu-items="item.children"
-            @submenu-click="handleSubmenuClick" />
+          <cwg-submenu v-if="item.children && item.children.length" :submenu-items="item.children" />
         </view>
       </view>
     </view>