From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/applicationRecord/applicationRecord.vue |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index a390d45..6a17869 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -36,8 +36,8 @@
         :key="index"
       >
         <view class="box_list_item_head">
-          <text>{{ item.name }}鐨勫姵鍔″叆鍥敵璇�</text>
-          <text class="loading">{{ statusMap[item.status] }}</text>
+          <text>{{ item.name }}鎻愪氦鐨勮瀹㈢敵璇�</text>
+          <text class="loading" :class="{error: item.status == 3}">{{ statusMap[item.status] }}</text>
         </view>
         <view class="box_list_item_nr">
           <view class="box_list_item_nr_item">
@@ -90,13 +90,16 @@
       status: '',
 
       statusMap: {
-        0: '寰呭鏍�',
-        1: '宸叉彁浜�',
+        0: '寰呭鎵�',
+        1: '瀹℃壒涓�',
         2: '瀹℃牳閫氳繃',
-        3: '瀹℃牳涓嶉�氳繃',
+        3: '瀹℃牳椹冲洖',
         4: '鍙栨秷',
         5: '涓嬪彂鎴愬姛',
         6: '涓嬪彂澶辫触',
+        7: '鎷滆涓�',
+        8: '宸茬绂�',
+        9: '宸插け鏁�',
       }
     }
   },
@@ -111,7 +114,7 @@
   methods: {
     handleDetail(id) {
       uni.navigateTo({
-        url: "/pages/appointmentDetails/appointmentDetails?id=" + id
+        url: "/pages/appointmentDetails/appointmentDetails?detail=1&id=" + id
       })
     },
     tabsClick(val) {

--
Gitblit v1.9.3