| | |
| | | <div class="name">{{ $t("yeb") }}</div> |
| | | </div> |
| | | </li> --> |
| | | <li @click="aRouter"> |
| | | <li @click="$router.push('/recharge')"> |
| | | <div class="link"> |
| | | <div class="icon"> |
| | | <img |
| | |
| | | </div> |
| | | </li> |
| | | <!-- setting --> |
| | | <!-- <li @click="$router.push('/setting')"> |
| | | <!-- <li @click="$router.push('/setting')"> |
| | | <div class="link"> |
| | | <div class="icon"> |
| | | <img |
| | |
| | | <div class="name">{{ $t("安全") }}</div> |
| | | </div> |
| | | </li> --> |
| | | <!-- <li @click="aRouter1"> |
| | | <li @click="aRouter1"> |
| | | <!-- <li @click="$router.push('/recharge')"> --> |
| | | <div class="link"> |
| | | <div class="icon"> |
| | | <img |
| | |
| | | </div> |
| | | <div class="name">{{ $t("kf") }}</div> |
| | | </div> |
| | | </li> --> |
| | | </li> |
| | | <!-- <li @click="$router.push('/warehouse')"> |
| | | <div class="link"> |
| | | <div class="icon"> |
| | |
| | | <mt-tab-container-item v-for="(items, index) in newListHeader" :id="items.id" :key="index"> |
| | | <div class="news-content"> |
| | | <div class="" v-for="(item, inde) in items.data" :key="inde" @click=" |
| | | $router.push({ |
| | | path: '/newPage', |
| | | query: { |
| | | listid: item.id, |
| | | }, |
| | | }) |
| | | "> |
| | | $router.push({ |
| | | path: '/newPage', |
| | | query: { |
| | | listid: item.id, |
| | | }, |
| | | }) |
| | | "> |
| | | <div class="item-times"> |
| | | {{ item.showTime | gettime }} |
| | | </div> |
| | |
| | | </div> |
| | | <!-- tab --> |
| | | <GoToLogin v-show="isGoTo" /> |
| | | <van-popup |
| | | <!-- <van-popup |
| | | v-model="isshow" |
| | | style="border-radius: 10px" |
| | | |
| | |
| | | {{ $t("我知道了") }} |
| | | </van-button> |
| | | </div> |
| | | </van-popup> |
| | | </van-popup> --> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | props: {}, |
| | | data() { |
| | | return { |
| | | isshow:true, |
| | | isshow: true, |
| | | // 客服地址 |
| | | news: "tab_0", |
| | | // 新闻导航 |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | closeclick(){ |
| | | this.isshow = false |
| | | closeclick() { |
| | | this.isshow = false |
| | | }, |
| | | aRouter(){ |
| | | aRouter() { |
| | | this.$store.commit("elAlertShow", { |
| | | elAlertShow: true, |
| | | elAlertText: this.$t("当前充值渠道已关闭请选择在线客服进行充值。") |
| | | }); |
| | | elAlertShow: true, |
| | | elAlertText: this.$t("当前充值渠道已关闭请选择在线客服进行充值。") |
| | | }); |
| | | // window.open(this.onlineService); |
| | | }, |
| | | aRouter1() { |
| | | window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en'); |
| | | // window.open(this.onlineService); |
| | | // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en'); |
| | | window.open(this.onlineService); |
| | | }, |
| | | |
| | | getdialog() { |
| | |
| | | }, |
| | | }, |
| | | |
| | | async mounted() { |
| | | async mounted() { |
| | | this.getUserInfo(); |
| | | this.getInfoSite(); |
| | | await this.getNewsList(1); |
| | | await this.getNewsList(1); |
| | | this.getArtList(); |
| | | this.getBanner(); |
| | | |