xiaoxin 1 ano atrás
pai
commit
657c10d7f4
2 arquivos alterados com 5 adições e 5 exclusões
  1. 2 2
      pages/record/record.vue
  2. 3 3
      pages/recordDriver/recordDriver.vue

+ 2 - 2
pages/record/record.vue

@@ -45,7 +45,7 @@
 		<!-- 无数据时展示的区域 -->
 		<view class="list-nodata" v-if="listData.length == 0">
 			<img src="../../static/no-bus.png" />
-			<view>暂无数据</view>
+			<view>暂无数据,请稍后再试</view>
 		</view>
 	</view>
 </template>
@@ -239,7 +239,7 @@ const getConveyData = (Obj) => {
 		padding-top: 100rpx;
 		background-color: #fff;
 		text-align: center;
-		color: #999999;
+		color: #000;
 
 		img {
 			width: 600rpx;

+ 3 - 3
pages/recordDriver/recordDriver.vue

@@ -45,7 +45,7 @@
 		<!-- 无数据时展示的区域 -->
 		<view class="list-nodata" v-if="listData.length == 0">
 			<img src="../../static/no-bus.png" />
-			<view>暂无数据</view>
+			<view>暂无数据,请稍后再试</view>
 		</view>
 	</view>
 </template>
@@ -259,11 +259,11 @@ const getConveyData = (Obj) => {
 		padding-top: 100rpx;
 		background-color: #fff;
 		text-align: center;
-		color: #999999;
+		color: #000;
 
 		img {
 			width: 600rpx;
 		}
 	}
 }
-</style>
+</style>