From 9aaacb5b7477a2e4879ccfeb49565e27ee2e98f5 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 23 七月 2024 08:13:29 +0800 Subject: [PATCH] feat:司机删除内调过单指引 --- components/noobTour/noobTour.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/noobTour/noobTour.vue b/components/noobTour/noobTour.vue index bbef0ca..c5d25f4 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="鎺ュ崟棰勭害鎿嶄綔鎸囧紩" @@ -39,7 +39,7 @@ size="30" color="#b8b8b8"></u-icon> </u-cell> - <u-cell title="鍐呰皟鍗曡繃纾呮寚寮�" + <!-- <u-cell title="鍐呰皟鍗曡繃纾呮寚寮�" name='1' :clickable="true" @click="noobTour(4)"> @@ -50,7 +50,7 @@ name="arrow-right" size="30" color="#b8b8b8"></u-icon> - </u-cell> + </u-cell> --> </u-cell-group> <!-- 鍥剧墖棰勮寮瑰嚭妗� --> <view class="previewImage-container"> @@ -77,6 +77,12 @@ this.getLogOn() } }, + props: { + isPersonCenter: { + type: Boolean, + default: () => false + } + }, data() { return { imgList: [], -- Gitblit v1.9.1