From eba7508b7a74ec58b24faca19fa69c0d443a0f03 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 21 十月 2024 15:39:01 +0800
Subject: [PATCH] ll

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

diff --git a/h5/pages/appointmentDetails/appointmentDetails.vue b/h5/pages/appointmentDetails/appointmentDetails.vue
index 2413308..01980d6 100644
--- a/h5/pages/appointmentDetails/appointmentDetails.vue
+++ b/h5/pages/appointmentDetails/appointmentDetails.vue
@@ -1,12 +1,12 @@
 <template>
   <view class="box">
-    <view class="head_wrap head_success" v-if="info.status == 2">
-      <view class="h1">璁垮棰勭害瀹℃牳閫氳繃</view>
+    <view class="head_wrap head_success" v-if="info.status == 2 || info.status == 5">
+      <view class="h1">璁垮棰勭害{{ info.status == 2 ? '瀹℃牳閫氳繃' : '涓嬪彂鎴愬姛' }}</view>
       <view class="h2"
-        >鎮ㄧ殑鏉ヨ鐢宠宸插鏍搁�氳繃锛岃鍦ㄨ瀹㈡満绛惧埌鍏ュ洯銆傚閬囩壒娈婃儏鍐碉紝鍙仈绯昏璁夸汉鎴栧畨淇濅汉鍛�</view
+        >鎮ㄧ殑鏉ヨ鐢宠宸瞷{ info.status == 2 ? '瀹℃牳閫氳繃' : '涓嬪彂鎴愬姛' }}锛岃鍦ㄨ瀹㈡満绛惧埌鍏ュ洯銆傚閬囩壒娈婃儏鍐碉紝鍙仈绯昏璁夸汉鎴栧畨淇濅汉鍛�</view
       >
     </view>
-    <view class="qr_wrap" v-if="info.status == 2">
+    <view class="qr_wrap" v-if="info.status == 2 || info.status == 5">
       <canvas class="box_head_qrcode" canvas-id="img"></canvas>
       <view class="text">浣跨敤璁垮鏈烘壂鐮佺鍒�</view>
     </view>

--
Gitblit v1.9.3