From 908ce43ff21c2068ef5148b0a417423c8ed9eae5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 三月 2025 16:37:32 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/pages/staff/task/visitorApprove.vue b/h5/pages/staff/task/visitorApprove.vue
index da9ddc3..970f44b 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>
@@ -45,7 +45,7 @@
 				<view class="value">{{ info.companyName }}</view>
 			</view>
 			<view class="item">
-				<view class="label">鏂藉伐浜哄憳</view>
+				<view class="label">鏄惁娑夊強鏂藉伐浣滀笟</view>
 				<view class="value">{{ info.type == 0 ? "鍚�" : "鏄�" }}</view>
 			</view>
 			<view class="item">
@@ -170,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: {
@@ -251,7 +250,6 @@
 
 		.flow_wrap {
 			padding: 30rpx 0;
-
 			.flow_title {
 				font-weight: 600;
 				font-size: 32rpx;

--
Gitblit v1.9.3