Parcourir la source

暂无数据图片变形

xhj il y a 2 ans
Parent
commit
9b00197d2e

+ 1 - 1
components/product_footer/index.vue

@@ -38,7 +38,7 @@
 				</view>
 			</view>
 			<view class="nodata" v-else>
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无记录~</text>
 			</view>
 		</view>

+ 1 - 1
pages/cell/cell.vue

@@ -96,7 +96,7 @@
 			
 			<view v-if="groupList.length==0">
 				<view class="nodata">
-					<image :src="picUrlss+'empty.png'"></image>
+					<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 					<text>暂无电池~</text>
 				</view>
 			</view>

+ 1 - 1
pages/machine/machine.vue

@@ -46,7 +46,7 @@
 			
 			<view v-if="groupList.length==0">
 				<view class="nodata">
-					<image :src="picUrlss+'empty.png'"></image>
+					<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 					<text>暂无设备~</text>
 				</view>
 			</view>

+ 1 - 1
pages/machineLook/machineLook.vue

@@ -98,7 +98,7 @@
 		
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无电池~</text>
 			</view>
 		</view>

+ 1 - 1
pages/myMerchant/myMerchant.vue

@@ -67,7 +67,7 @@
 			
 			<view v-if="groupList.length==0">
 				<view class="nodata">
-					<image :src="picUrlss+'empty.png'"></image>
+					<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 					<text>暂无门店~</text>
 				</view>
 			</view>

+ 1 - 1
pages/order/order.vue

@@ -89,7 +89,7 @@
 			
 			<view v-if="groupList.length==0">
 				<view class="nodata">
-					<image :src="picUrlss+'empty.png'"></image>
+					<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 					<text>暂无订单~</text>
 				</view>
 			</view>

+ 1 - 1
pages/orderLook/orderLook.vue

@@ -90,7 +90,7 @@
 		
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无订单~</text>
 			</view>
 		</view>

+ 1 - 1
warning/machineAlarm/machineAlarm.vue

@@ -30,7 +30,7 @@
 		</view>
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无告警~</text>
 			</view>
 		</view>

+ 1 - 1
warning/orderAlarm/orderAlarm.vue

@@ -67,7 +67,7 @@
 		</view>
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无订单~</text>
 			</view>
 		</view>

+ 1 - 1
warning/reconditionAlarm/reconditionAlarm.vue

@@ -31,7 +31,7 @@
 		
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无提醒~</text>
 			</view>
 		</view>

+ 1 - 1
warning/userAlarm/userAlarm.vue

@@ -53,7 +53,7 @@
 		
 		<view v-if="groupList.length==0">
 			<view class="nodata">
-				<image :src="picUrlss+'empty.png'"></image>
+				<image :src="picUrlss+'empty.png'" mode="aspectFit"></image>
 				<text>暂无报障~</text>
 			</view>
 		</view>