src/page/user/account.vue
@@ -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() {