jhzh
2024-08-06 a487c52e77e22054dd007f58e605d87f680e434d
src/page/assetsCenter/index.vue
@@ -30,7 +30,17 @@
          }}{{fomtdata.totalMoney}}
      </div>
      </van-row>
      <van-row gutter="20" class="but-box">
      <van-row gutter="20" class="but-box" v-if="typeindex == 0">
        <van-col
          span="8"
          v-for="item in tabList2"
          :key="item.id"
          @click="routerList(item)"
        >
          <div class="but" >{{ item.text }}</div>
        </van-col>
      </van-row>
     <van-row gutter="20" class="but-box" v-if="typeindex == 1">
        <van-col
          span="8"
          v-for="item in tabList1"
@@ -212,18 +222,7 @@
      loading: true,
      active: 1,
     typeindex:0,
      tabList1: [
        {
          id: 1,
          text: this.$t("充币"),
          // route: "/recharge/rechargePage?symbol=usdt",
          route: "/recharge/rechargeList",
        },
        {
          id: 2,
          text: this.$t("提币"),
          route: "/withdraw/withdrawPage",
        },
     tabList2: [
        {
          id: 4,
          text: this.$t("闪兑"),
@@ -246,13 +245,26 @@
          },
        },
      {
        id: 6,
             id: 7,
        text: this.$t("划转"),
        route: "/transfer",
        query: {
          type: 1,
             // query: {
             //   type: 1,
             // },
        },
     ],
      tabList1: [
        {
          id: 1,
          text: this.$t("充币"),
          // route: "/recharge/rechargePage?symbol=usdt",
          route: "/recharge/rechargeList",
      },
        {
          id: 2,
          text: this.$t("提币"),
          route: "/withdraw/withdrawPage",
        }
      ],
      tabList: [
        { id: 1, text: this.$t("现货") },