zzzz
2024-04-22 a5f4dd223bd0fc3ef727891d68b830ef825e23ba
src/page/newUser/index.vue
@@ -27,7 +27,7 @@
      <div class="content-box">
        <van-row class="van-row-box">
          <van-col span="24">
          <van-col span="20">
            <div class="content-all">
              <span>{{ $t("賬戶總資產") }}({{ $USD }})</span>
              <i @click="xy = !xy" class="iconfont xy">&#xe8c7;</i>
@@ -36,33 +36,22 @@
              <showHide :text="asstesAll" :flg="xy" />
            </div>
          </van-col>
          <van-col span="4" style="display: flex; justify-content: flex-end">
            <van-icon
              @click="$router.push('/rechargelist')"
              name="orders-o"
              size="20"
            />
          </van-col>
        </van-row>
        <!-- <van-row style="margin-top: 18px">
          <div
            class="van-col van-col--12"
            style="margin-top: 10px"
            v-for="item in listAsstes"
            :key="item.accectType"
          >
            <div class="content-title DINPro">
              {{ item.title3 }}
              ({{ item.symbolCode }})
            </div>
            <div>
              <div class="DINPro" style="font-size: 18px">
                <showHide :text="item.availableBalance" :flg="xy" />
              </div>
            </div>
          </div>
        </van-row> -->
        <van-row style="margin-top: 16px">
          <van-col span="8" style="display: flex; justify-content: center">
            <van-button
              @click="$router.push('/recharge')"
              class="btn-two"
              type="primary"
              >{{ $t("hj172") }}</van-button
            >
            <!-- @click="$router.push('/recharge')" -->
            <!-- @click="kefu" -->
            <van-button @click="kefu" class="btn-two" type="primary">
              {{ $t("hj172") }}
            </van-button>
          </van-col>
          <van-col span="8" style="display: flex; justify-content: center">
            <van-button
@@ -165,6 +154,9 @@
    this.getInfoSite();
  },
  methods: {
    kefu() {
      // window.open(this.onlineService);
    },
    async getMoneyData() {
      let data = await api.getMoney();
      console.log(data);