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