| | |
| | | </div> |
| | | </div> --> |
| | | <div class="swiper-slide"> |
| | | <div class="nav_item flex-start" @click="toPage('/recharge')"> |
| | | <div class="nav_item flex-start" @click="czts"> |
| | | <img src="@/assets/img/充值缴费.png" alt="" /> |
| | | <span>{{ $t("hj172") }}</span> |
| | | </div> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { Toast } from "vant"; |
| | | import tabHead from "../../components/tabHead.vue"; |
| | | import NewsItem from "./components/newsItem.vue"; |
| | | import indexComponent from "../../components/index-component.vue"; |
| | |
| | | toPage(url) { |
| | | if (!url) return; |
| | | this.$router.push(url); |
| | | }, |
| | | // 充值提示 |
| | | czts() { |
| | | Toast(this.$t("充值提示")); |
| | | } |
| | | } |
| | | }; |