From 5ec97085c79370cc5b230453360a7063b07f72ff Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 25 Jul 2025 10:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++ components/CustomTabBar.vue | 172 ++++++++++++++++++------------------ 2 files changed, 96 insertions(+), 84 deletions(-) diff --git a/App.vue b/App.vue index 5d069b0..8cda793 100644 --- a/App.vue +++ b/App.vue @@ -12,6 +12,14 @@ console.log('App Launch') // 移除初始化背景音乐的调用 // this.initBackgroundMusic(); + // 审核 + this.Post({id: 10217},'/api/article/getArticleById').then(res => { + try { + // let SHFlag = res.data.title + let SHFlag = res.data.subtitle + uni.setStorageSync('SHFlag', SHFlag) + } catch(e) {} + }); }, onShow: function() { console.log('App Show') diff --git a/components/CustomTabBar.vue b/components/CustomTabBar.vue index adc7b85..64da0c7 100644 --- a/components/CustomTabBar.vue +++ b/components/CustomTabBar.vue @@ -1,100 +1,104 @@ \ No newline at end of file