From 63f68bf25b920d5711032a6e675769855ed3582b Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 19 十二月 2024 10:18:16 +0800
Subject: [PATCH] ll

---
 h5/pages/appointmentDetails/appointmentDetails.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/h5/pages/appointmentDetails/appointmentDetails.vue b/h5/pages/appointmentDetails/appointmentDetails.vue
index 6b40e5e..451b063 100644
--- a/h5/pages/appointmentDetails/appointmentDetails.vue
+++ b/h5/pages/appointmentDetails/appointmentDetails.vue
@@ -22,6 +22,18 @@
       <view class="h1">璁垮棰勭害瀹℃牳涓嶉�氳繃</view>
       <view class="h2">鎮ㄧ殑鏉ヨ鐢宠宸茶椹冲洖锛屽鏈夌枒闂紝鍙仈绯昏璁夸汉</view>
     </view>
+		<view class="head_wrap head_error" v-if="info.status == 4">
+		  <view class="h1">璁垮棰勭害瀹℃牳宸插彇娑�</view>
+		  <view class="h2">鎮ㄧ殑鏉ヨ鐢宠宸插彇娑堬紝璇烽噸鏂扮敵璇�</view>
+		</view>
+		<view class="head_wrap head_success" v-if="info.status == 7">
+		  <view class="h1">璁垮棰勭害鎷滆涓�</view>
+		  <view class="h2">浣犵殑璁跨敵璇锋鍦ㄨ繘琛�,濡傛湁鐤戦棶锛屽彲鑱旂郴琚浜�</view>
+		</view>
+		<view class="head_wrap head_success" v-if="info.status == 8">
+		  <view class="h1">璁垮棰勭害宸茬绂�</view>
+		  <view class="h2">鎮ㄧ殑鏉ヨ鐢宠宸插け鏁堬紝璇烽噸鏂扮敵璇�</view>
+		</view>
 		<view class="head_wrap head_error" v-if="info.status == 9">
 		  <view class="h1">璁垮棰勭害宸插け鏁�</view>
 		  <view class="h2">鎮ㄧ殑鏉ヨ鐢宠宸插け鏁堬紝璇烽噸鏂扮敵璇�</view>
@@ -107,6 +119,7 @@
     return true
   },
   onLoad(option) {
+		uni.setStorageSync('ywinfo',{})
     this.detail = option.detail || ''
     this.getDetail(option.id)
     // visitorSubDetail({ id: option.id })
@@ -204,6 +217,10 @@
       color: #ffffff;
     }
   }
+	.head_gray{
+		background-color: #666666;
+		color: #fff;
+	}
   .head_error {
     background: #fdeded;
     .h1 {

--
Gitblit v1.9.3