Browse Source

no message

xiaoxin 1 year ago
parent
commit
ad35a4b327
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/record/record.vue
  2. 2 2
      pages/recordDriver/recordDriver.vue

+ 1 - 1
pages/record/record.vue

@@ -45,7 +45,7 @@
 		<!-- 无数据时展示的区域 -->
 		<!-- 无数据时展示的区域 -->
 		<view class="list-nodata" v-if="listData.length == 0">
 		<view class="list-nodata" v-if="listData.length == 0">
 			<img src="../../static/no-bus.png" />
 			<img src="../../static/no-bus.png" />
-			<view>暂无数据</view>
+			<view>暂无数据</view>
 		</view>
 		</view>
 	</view>
 	</view>
 </template>
 </template>

+ 2 - 2
pages/recordDriver/recordDriver.vue

@@ -45,7 +45,7 @@
 		<!-- 无数据时展示的区域 -->
 		<!-- 无数据时展示的区域 -->
 		<view class="list-nodata" v-if="listData.length == 0">
 		<view class="list-nodata" v-if="listData.length == 0">
 			<img src="../../static/no-bus.png" />
 			<img src="../../static/no-bus.png" />
-			<view>暂无数据</view>
+			<view>暂无数据</view>
 		</view>
 		</view>
 	</view>
 	</view>
 </template>
 </template>
@@ -266,4 +266,4 @@ const getConveyData = (Obj) => {
 		}
 		}
 	}
 	}
 }
 }
-</style>
+</style>