From 88a34566f7c3f77d90daa3fd57fb0abca3e1b5e6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 27 二月 2025 09:12:06 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/task/visitorApprove.vue |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/h5/pages/staff/task/visitorApprove.vue b/h5/pages/staff/task/visitorApprove.vue
index d695e11..e70f8d3 100644
--- a/h5/pages/staff/task/visitorApprove.vue
+++ b/h5/pages/staff/task/visitorApprove.vue
@@ -1,12 +1,12 @@
 <template>
 	<view class="main_app">
 		<view class="status_wrap">
-			<view class="name">{{ info.name }}鎻愪氦鐨剓{ cateList[type].name }}</view>
+			<view class="name">{{ info.name }}鎻愪氦鐨勮瀹㈢敵璇�</view>
 			<view class="desc" :class="{
           gray: info.businessStatus == '2' || info.businessStatus == '3' || info.businessStatus == '4',
-        }">{{ infoStatus }}</view>
+        }">{{ statusMap[info.businessStatus] }}</view>
 			<view v-if="info.businessStatus == '0' || info.businessStatus == '1'" class="status">{{
-        statusMap[info.businessStatus]
+        info.info
       }}</view>
 			<image v-if="info.businessStatus == '2'" src="@/static/ic_passed@2x.png" mode="widthFix" class="status_img">
 			</image>
@@ -68,7 +68,8 @@
 					<view class="avatar">
 						<image v-if="item.type == 1" class="img" src="@/static/staff/ic_chaosong@2x.png" />
 						<image v-else-if="item.approveType == 1 || item.approveType == 0" class="img"
-							src="@/static/staff/ic_shenpiren@2x.png" />
+							src="@/static/staff/ic_shenpiren@2x.png" />
+						<image v-else-if="item.faceImg" :src="item.faceImg" class="img"></image>
 						<span v-else class="img_name">{{item.memberName && item.memberName.slice(0,1)}}</span>
 						<image v-if="item.status == 2" class="status" src="@/static/staff/liucheng_success@2x.png"
 							mode="widthFix" />
@@ -169,10 +170,9 @@
 				}
 			}
 		},
-		onLoad(op) {
+		onLoad(op) {
+			uni.setStorageSync('ywinfo',{})
 			this.id = op.id
-			this.type = op.objType
-			this.infoStatus = op.info
 			this.getDetail()
 		},
 		methods: {
@@ -250,7 +250,6 @@
 
 		.flow_wrap {
 			padding: 30rpx 0;
-
 			.flow_title {
 				font-weight: 600;
 				font-size: 32rpx;

--
Gitblit v1.9.3