From a11bc1bed7953b88213330582c2085f60b5a73b1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 六月 2024 15:01:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/pages/appointmentDetails/appointmentDetails.vue b/h5/pages/appointmentDetails/appointmentDetails.vue
index 2787c8f..c757a11 100644
--- a/h5/pages/appointmentDetails/appointmentDetails.vue
+++ b/h5/pages/appointmentDetails/appointmentDetails.vue
@@ -3,7 +3,7 @@
     <view class="head_wrap head_success" v-if="info.status == 2">
       <view class="h1">璁垮棰勭害瀹℃牳閫氳繃</view>
       <view class="h2"
-        >鎮ㄧ殑鏉ヨ鐢宠宸插鏍搁�氳繃锛岃鍦ㄨ瀹㈡満绛惧埌鍏ュ巶銆傚閬囩壒娈婃儏鍐碉紝鍙仈绯昏璁夸汉鎴栧畨淇濅汉鍛�</view
+        >鎮ㄧ殑鏉ヨ鐢宠宸插鏍搁�氳繃锛岃鍦ㄨ瀹㈡満绛惧埌鍏ュ洯銆傚閬囩壒娈婃儏鍐碉紝鍙仈绯昏璁夸汉鎴栧畨淇濅汉鍛�</view
       >
     </view>
     <view class="qr_wrap" v-if="info.status == 2">
@@ -48,11 +48,13 @@
       </view>
       <view class="box_list_item">
         <view class="box_list_item_label">鏂藉伐浜哄憳锛�</view>
-        <view class="box_list_item_val">{{ info.type == 0 ? '鍚�' : '鏄�'}}</view>
+        <view class="box_list_item_val">{{
+          info.type == 0 ? "鍚�" : "鏄�"
+        }}</view>
       </view>
-			<view class="box_list_item" v-if="info.type == '1'">
+      <view class="box_list_item" v-if="info.type == '1'">
         <view class="box_list_item_label">鏂藉伐鍐呭锛�</view>
-        <view class="box_list_item_val">{{ info.constructionReason}}</view>
+        <view class="box_list_item_val">{{ info.constructionReason }}</view>
       </view>
       <view class="box_list_item">
         <view class="box_list_item_label">闅忚杞﹁締锛�</view>
@@ -145,11 +147,11 @@
     .box_head_qrcode {
       width: 320rpx;
       height: 320rpx;
-			margin: 20rpx auto;
+      margin: 20rpx auto;
     }
     .text {
       font-size: 30rpx;
-      color: #279baa;
+      color: $uni-color-primary;
       padding: 20rpx 0 30rpx;
     }
   }
@@ -167,7 +169,7 @@
     }
   }
   .head_padding {
-    background: #279baa;
+    background: $uni-color-primary;
     .h1 {
       color: #ffffff;
     }
@@ -187,7 +189,7 @@
   .head_success {
     background: #e8f4f6;
     .h1 {
-      color: #279baa;
+      color: $uni-color-primary;
     }
     .h2 {
       color: #333333;

--
Gitblit v1.9.3