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