From e3e8a8c7e1769e2b3ee765a2b7ccf52159b422cd Mon Sep 17 00:00:00 2001
From: wally <18603454788@163.com>
Date: Mon, 30 Mar 2020 12:25:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=81=A5=E5=BA=B7=E6=89=93?=
=?UTF-8?q?=E5=8D=A1=E9=A2=84=E8=A7=88=E5=9B=BE=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my-code/my-code.vue | 332 ++++++++++++++++++--------------------
1 file changed, 155 insertions(+), 177 deletions(-)
diff --git a/pages/my-code/my-code.vue b/pages/my-code/my-code.vue
index c51b9cc..729787b 100644
--- a/pages/my-code/my-code.vue
+++ b/pages/my-code/my-code.vue
@@ -1,187 +1,165 @@
-
-
-
-
- {{ +item.time | formatDate }}
-
-
- {{ item.district }},{{ item.address }}
-
-
-
-
-
- 体温:{{ item.animalHeat }}℃,
-
- 状态:{{ state.name }}
-
-
-
-
- 武汉接触史
-
-
- 患者接触史
-
-
-
-
- 境外人员接触史
-
-
- 在校
-
-
- 不在校
-
-
- 紧急联系人:{{ item.emergencyName }} {{ item.emergencyPhone }}
-
- 备注:{{ item.remark }}
-
-
-
-
-
-
-
-
- 您还没有申请健康码,请点击右下角加号申请健康码。
-
-
-
+
+
+
+
+ {{ +item.time | formatDate }}
+
+ {{ item.district }},{{ item.address }}
+
+
+
+
+ 体温:{{ item.animalHeat }}℃,
+
+ 状态:{{ state.name }}
+
+
+
+ 武汉接触史
+ 患者接触史
+
+
+ 境外人员接触史
+ 在校
+ 不在校
+
+ 紧急联系人:{{ item.emergencyName }} {{ item.emergencyPhone }}
+
+ 备注:{{ item.remark }}
+
+
+
+
+
+
+
+ 您还没有申请健康码,请点击右下角加号申请健康码。
+