zhengkaixin 7 ماه پیش
والد
کامیت
e5d5aa18fe
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/index/index.vue

+ 2 - 2
pages/index/index.vue

@@ -19,9 +19,9 @@
 				</template>
 				<template  v-if="electricityWater.id">
 					<span class="spanradius"  :style="electricity.id?'margin-left: 20px;':''" :class="{
-							normal:electricityWater.online
+							normal:electricityWater.online||electricityWater.transportType==2
 						}" ></span>
-					{{electricityWater.online?'水表在线':'水表离线'}}
+					{{electricityWater.online||electricityWater.transportType==2?'水表在线':'水表离线'}}
 				</template>
 			
 			</view>