twt il y a 3 semaines
Parent
commit
5c93b7c007
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      components/nodata/nodata.vue
  2. BIN
      static/img/noimg3.png

+ 5 - 5
components/nodata/nodata.vue

@@ -2,8 +2,8 @@
 	<view class="" style="padding-bottom: 20rpx;">
 		
 		<view  class="nodataBox">
-			<image src="../../static/img/pic_empty_def.png" mode="widthFix" class="nodataImg"></image>
-			<view class="noTxt">暂无数据</view>
+			<image src="../../static/img/noimg3.png" mode="widthFix" class="nodataImg"></image>
+			<view class="noTxt">数据完善中,请咨询客服查询</view>
 		</view>
 		
 		
@@ -32,13 +32,13 @@ export default {
 <style scoped>
 	
 	.nodataImg{
-	  width: 176rpx;
+	  width: 400rpx;
 	  padding-top: 100rpx;
 	}
 	.noTxt{
-		font-size: 32rpx;
+		font-size: 28rpx;
 		color: #999999;
-		padding-top: 50rpx;
+		padding-top: 0rpx;
 	}
 	.nodataBox{
 		text-align: center;

BIN
static/img/noimg3.png