From 6ba1c5a9f73604edb005212b7fed058e185ce295 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 18 七月 2024 16:38:41 +0800
Subject: [PATCH] featL库管首页样式更新

---
 components/noobTour/noobTour.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/components/noobTour/noobTour.vue b/components/noobTour/noobTour.vue
index bbef0ca..a8e906d 100644
--- a/components/noobTour/noobTour.vue
+++ b/components/noobTour/noobTour.vue
@@ -1,6 +1,6 @@
 <template>
 	<view class="noob-tour"
-		v-if="roleType===3&&isFirstLogin">
+		v-if="roleType===3&&isFirstLogin||isPersonCenter">
 		<combined-title title="鎿嶄綔鎸囧紩"></combined-title>
 		<u-cell-group>
 			<u-cell title="鎺ュ崟棰勭害鎿嶄綔鎸囧紩"
@@ -77,6 +77,12 @@
 				this.getLogOn()
 			}
 		},
+		props: {
+			isPersonCenter: {
+				type: Boolean,
+				default: () => false
+			}
+		},
 		data() {
 			return {
 				imgList: [],

--
Gitblit v1.9.1