Browse Source

feat: 获取第三方兑换列表

zhangyuhan 10 months ago
parent
commit
91940e02aa
2 changed files with 3 additions and 2 deletions
  1. 1 2
      apps/mobile/src/views/equitycenter/index.vue
  2. 2 0
      eslint.config.mjs

+ 1 - 2
apps/mobile/src/views/equitycenter/index.vue

@@ -320,7 +320,7 @@ export default {
   },
   data() {
     return {
-      activeName: 'other',
+      activeName: 'jy',
       exChangeAddress: '',
       showOtherTip: false,
       showOtherSuccessTip: false,
@@ -352,7 +352,6 @@ export default {
   },
   created() {
     this.equityList()
-    this.getOtherInfo()
   },
   methods: {
     telHandle(phone) {

+ 2 - 0
eslint.config.mjs

@@ -14,6 +14,8 @@ export default antfu({
     }
   },
   rules: {
+    'no-console': 'off',
+    'jsdoc/check-param-names': 'off',
     'style/comma-dangle': 'off',
     'node/prefer-global/process': 'off'
   },