|
@@ -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;
|