From e49e0e98c6776900bc3578ed2fe880bfceeb1c2c Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 08 Nov 2023 15:53:26 +0800
Subject: [PATCH] fix:查看详情权限修改

---
 pages/index/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index bc74e39..603ec4c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -37,7 +37,6 @@
 			//������������������
 			await this.$onLaunched
 			this.token = uni.getStorageSync('tonken')
-			console.log('indextoken', this.token)
 			this.loading = false
 			this.getData()
 			uni.$on('currIndex', data => {
@@ -46,19 +45,22 @@
 				this.showTabBar = data.data.showTabBar
 				this.$refs.agencyPage.getContaminateList()
 			})
+			this.share.title = this.title
 		},
 		methods: {
 			getData() {
-				console.log('indextokengetContaminateList')
 				this.$refs.agencyPage.getContaminateList()
 			},
 			handleChangeTabe(index) {
 				if (index === 2) {
 					this.isShow = false
 					this.title = '������'
+					this.share.title = this.title
 				}
 				if (index === 0) {
 					this.isShow = true
+					this.title = '������'
+					this.share.title = this.title
 					this.$nextTick(() => {
 						this.getData()
 					})

--
Gitblit v1.8.0