From 76d2de5bc3e7ee00ba5fd71959cd8389b7c75fce Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 11 六月 2024 15:09:44 +0800
Subject: [PATCH] 库管确认装卸按钮提交字段判断

---
 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