From 4340450a4b013f67e2f4a241dd8786d0f708534c Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 31 Jul 2025 14:03:00 +0800 Subject: [PATCH] 1 --- pages/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 9795c83..c80d21a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -311,8 +311,8 @@ this.Post({ id: 4 },'/api/article/getArticleById').then(res => { - // this.isShow = res.data.subtitle == 1 ? true : false - this.isShow = res.data.address == 1 ? true : false + this.isShow = res.data.subtitle == 1 ? true : false + // this.isShow = res.data.address == 1 ? true : false }) }, onReady() {