Explorar el Código

order list fixed a bug

zizhong.wang hace 2 años
padre
commit
95ec697862
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/heatingPage/list.vue

+ 1 - 1
pages/heatingPage/list.vue

@@ -34,7 +34,7 @@
 				{{item.time}}
 			</view>  
 			<view class="display-flex-start">
-				<view class="notice-content-time" :style="{color:statusColor[item.status]}">{{statusObj[item.type]}}</view>
+				<view class="notice-content-time" :style="{color:statusColor[item.status]}">{{statusObj[item.status]}}</view>
 			</view>
           </view>
         </view>