From 2f6a967029c293b550e5cb8e39de9ae08b345d44 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 08 Jul 2025 18:33:24 +0800
Subject: [PATCH] 1
---
src/page/home/home.vue | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 8214cf5..9a32ff6 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -81,7 +81,7 @@
</div>
</li>
<!-- setting -->
- <!-- <li @click="$router.push('/setting')">
+ <!-- <li @click="$router.push('/setting')">
<div class="link">
<div class="icon">
<img
@@ -92,7 +92,7 @@
</div>
</li> -->
<li @click="aRouter1">
- <!-- <li @click="$router.push('/recharge')"> -->
+ <!-- <li @click="$router.push('/recharge')"> -->
<div class="link">
<div class="icon">
<img
@@ -160,13 +160,13 @@
<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>
@@ -187,7 +187,7 @@
</div>
<!-- tab -->
<GoToLogin v-show="isGoTo" />
- <!-- <van-popup
+ <!-- <van-popup
v-model="isshow"
style="border-radius: 10px"
@@ -244,7 +244,7 @@
props: {},
data() {
return {
- isshow:true,
+ isshow: true,
// 客服地址
news: "tab_0",
// 新闻导航
@@ -342,18 +342,18 @@
}
},
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('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
window.open(this.onlineService);
},
@@ -526,10 +526,10 @@
},
},
- async mounted() {
+ async mounted() {
this.getUserInfo();
this.getInfoSite();
- await this.getNewsList(1);
+ await this.getNewsList(1);
this.getArtList();
this.getBanner();
--
Gitblit v1.9.3