1
jhzh
2024-11-13 08ac00389c5ae6166cf916d90cf403d517c29224
src/page/assetsCenter/index.vue
@@ -224,7 +224,7 @@
    return {
      keywords: "",
      loading: true,
     typelist: [this.$t("资金")+this.$t("账户"), this.$t("交易")+this.$t("账户")],
     typelist: [ this.$t("交易")+this.$t("账户"),this.$t("资金")+this.$t("账户")],
      active: 1,
     typeindex:0,
     tabList2: [
@@ -233,22 +233,22 @@
         text: this.$t("闪兑"),
         route: "/exchange/exchangePage",
       },
       {
         id: 5,
         text: this.$t("货币理财"),
         route: "/financialHistory",
         query: {
           type: 0,
         },
       },
       {
         id: 6,
         text: this.$t("矿池理财"),
         route: "/financialHistory",
         query: {
           type: 1,
         },
       },
       // {
       //   id: 5,
       //   text: this.$t("货币理财"),
       //   route: "/financialHistory",
       //   query: {
       //     type: 0,
       //   },
       // },
       // {
       //   id: 6,
       //   text: this.$t("矿池理财"),
       //   route: "/financialHistory",
       //   query: {
       //     type: 1,
       //   },
       // },
           {
             id: 7,
             text: this.$t("划转"),