From 6d8a43de07062234a05716fcbb94273709cab21e Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期二, 16 七月 2019 17:04:36 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity

---
 WebService/src/main/resources/components/unit/unit.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/unit/unit.html b/WebService/src/main/resources/components/unit/unit.html
index 6eb2650..4765e0d 100644
--- a/WebService/src/main/resources/components/unit/unit.html
+++ b/WebService/src/main/resources/components/unit/unit.html
@@ -1,4 +1,4 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
     <vc:create name="unitSelectFloor"></vc:create>
     <div class="row">
         <div class="col-lg-12">
@@ -30,7 +30,7 @@
                                 {{unit.layerCount}}
                             </td>
                             <td>
-                                {{unit.lift}}
+                                {{unit.lift == '1010'?'鏈�':'鏃�'}}
                             </td>
                             <td>
                                 {{unit.userName}}

--
Gitblit v1.8.0