Explorar o código

feat: 获取第三方兑换列表

zhangyuhan hai 10 meses
pai
achega
91940e02aa
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  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'
   },