浏览代码

无数据修

twt 3 周之前
父节点
当前提交
5c93b7c007
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      components/nodata/nodata.vue
  2. 二进制
      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;

二进制
static/img/noimg3.png