From 82a7eba143cc761b303b99889193f7aad2dc9d08 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 28 八月 2023 08:56:08 +0800
Subject: [PATCH] 修改bug,称重页面增加历史和异常原因填写

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index d97cb70..ca55d78 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -169,7 +169,9 @@
 						title: this.messageList.title.slice(0, 8) + '...',
 						content: removeTags(this.messageList.content).trim().slice(0, 8) + '...'
 					}
-					this.messagePushShow = true;
+					if (uni.getStorageSync('userId') === this.messageList.appUserId) {
+						this.messagePushShow = true;
+					}
 				} else {}
 			}
 		},
@@ -235,29 +237,26 @@
 			userAuthorization() {
 				wx.getSetting({
 					success(res) {
-						// wx.startRecord();
-						console.log('鎺堟潈鐩告満/楹﹀厠椋庢潈闄恠uccess');
+						console.log(res);
 						if (!res.authSetting['scope.record'] || !res.authSetting['scope.camera']) {
 							if (!res.authSetting['scope.camera']) {
 								wx.authorize({
 									scope: 'scope.camera',
 									success() {
-										// 鐢ㄦ埛宸茬粡鍚屾剰灏忕▼搴忎娇鐢ㄥ綍闊冲姛鑳斤紝鍚庣画璋冪敤 wx.startRecord 鎺ュ彛涓嶄細寮圭獥璇㈤棶
-										console.log('鎺堟潈鎴愬姛');
+										console.log('鐩告満鎴愬姛');
 									},
 									fail() {
-										console.log('鎺堟潈澶辫触');
+										console.log('鐩告満澶辫触');
 									}
 								});
 							} else if (!res.authSetting['scope.record']) {
 								wx.authorize({
 									scope: 'scope.record',
 									success() {
-										// 鐢ㄦ埛宸茬粡鍚屾剰灏忕▼搴忎娇鐢ㄥ綍闊冲姛鑳斤紝鍚庣画璋冪敤 wx.startRecord 鎺ュ彛涓嶄細寮圭獥璇㈤棶
-										console.log('鎺堟潈鎴愬姛');
+										console.log('褰曢煶鎴愬姛');
 									},
 									fail: () => {
-										console.log('鎺堟潈澶辫触');
+										console.log('褰曢煶澶辫触');
 									}
 								});
 							}
@@ -265,7 +264,7 @@
 					},
 					fail() {
 						console.log('鑾峰彇澶辫触');
-					}
+					},
 				});
 			},
 			// 鍒濆鍖杦ebsocket

--
Gitblit v1.9.1