| | |
| | | <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> |
| | | </li> --> |
| | | <li @click="aRouter1"> |
| | | <!-- <li @click="$router.push('/recharge')"> --> |
| | | <div class="link"> |
| | | <div class="icon"> |
| | | <img |
| | |
| | | <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 |
| | | v-model="isshow" |
| | | style="border-radius: 10px" |
| | | |
| | | > |
| | | <div class="w-600 p-50 box-border" style="width: 350px;padding:20px;display: flex; |
| | | flex-direction: column;"> |
| | | <div class="font-700 text-center font-36 textColor" style="font-weight: 700;font-size: 18px;margin-bottom: 15px;"> |
| | | 提示 |
| | | </div> |
| | | <div class="flex justify-center " > |
| | | <div style="padding:6px;font-size: 16px;" >此项目均为吉星科技出品认准技术✈️号: |
| | | <div style="margin-top: 10px;">商务2:@jixingkj05</div> |
| | | <div style="margin-top: 10px;">商务3: @xuyuankeji02</div> |
| | | <div style="margin-top: 10px;">非我司认准均为骗子,禁止盗用我司演示,谨防受骗上当!</div> |
| | | </div> |
| | | </div> |
| | | |
| | | <van-button |
| | | color="#1D91FF" |
| | | style="font-size: 14px;margin-top: 20px;" |
| | | type="info" |
| | | @click="closeclick" |
| | | > |
| | | {{ $t("我知道了") }} |
| | | </van-button> |
| | | </div> |
| | | </van-popup> --> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | props: {}, |
| | | data() { |
| | | return { |
| | | isshow: true, |
| | | // 客服地址 |
| | | news: "tab_0", |
| | | // 新闻导航 |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | aRouter(){ |
| | | closeclick() { |
| | | this.isshow = false |
| | | }, |
| | | 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 getNewsList(type) { |
| | | if (typeof type == "string") type = 1 |
| | | let data = await api.queryNewsList(type); |
| | | // this.isshow = true |
| | | this.newListHeader.map((item) => { |
| | | if (item.type === type) { |
| | | item.data = data.data.list; |
| | |
| | | }, |
| | | }, |
| | | |
| | | mounted() { |
| | | async mounted() { |
| | | this.getUserInfo(); |
| | | this.getInfoSite(); |
| | | this.getNewsList(1); |
| | | await this.getNewsList(1); |
| | | this.getArtList(); |
| | | this.getBanner(); |
| | | |
| | |
| | | .name { |
| | | font-family: PingFang SC; |
| | | font-style: normal; |
| | | font-weight: 400; |
| | | font-weight: 500; |
| | | font-size: 0.32rem; |
| | | line-height: 0.45333rem; |
| | | color: #14181f; |
| | |
| | | .name { |
| | | font-family: PingFang SC; |
| | | font-style: normal; |
| | | font-weight: 400; |
| | | font-weight: 500; |
| | | font-size: 0.32rem; |
| | | line-height: 0.45333rem; |
| | | color: #14181f; |