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