1
admin
2026-01-18 6bb4ef66ebef1038ce94c3c21adaadc551d37a71
src/page/user/account.vue
@@ -44,9 +44,9 @@
        </div>
        <span>{{ $t("hj244") }}</span>
      </div>
      <div class="tab flex-center" @click="toPage('/rechargelist')">
      <div class="tab flex-center" @click="toPage('/moneyRecord')">
        <img src="@/assets/img/jl.png" alt="" />
        <span>{{ $t("jl") }}</span>
        <span>{{ $t("资金记录") }}</span>
      </div>
    </div>
@@ -204,6 +204,7 @@
<script>
import { Toast } from "vant";
import tabHead from "@/components/tabHead.vue";
import config from "@/config";
import * as api from "@/axios/api";
export default {
  name: "account",
@@ -251,7 +252,8 @@
    },
    // 充值提示
    czts() {
      Toast(this.$t("充值提示"));
      // Toast(this.$t("充值提示"));
      window.open(config.onlineService); // 跳转客服
    }
  },
  created() {