From 9f96348fb4f2d0442303aafefb5e9ca39ea85663 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 11 Feb 2025 15:08:38 +0800
Subject: [PATCH] 111
---
src/page/home/home.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 40c1fe1..ee42d04 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -186,7 +186,7 @@
</div>
<!-- tab -->
<GoToLogin v-show="isGoTo" />
- <!-- <van-popup
+ <van-popup
v-model="isshow"
style="border-radius: 10px"
@@ -213,7 +213,7 @@
{{ $t("ζη₯ιδΊ") }}
</van-button>
</div>
- </van-popup> -->
+ </van-popup>
</div>
</template>
<script>
@@ -511,7 +511,7 @@
async getNewsList(type) {
if (typeof type == "string") type = 1
let data = await api.queryNewsList(type);
- this.isshow = true
+ // this.isshow = true
this.newListHeader.map((item) => {
if (item.type === type) {
item.data = data.data.list;
--
Gitblit v1.9.3