wangxiaohua 2 years ago
parent
commit
d5c0f225bb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pages/center/consumer/index.vue
  2. +1
    -1
      pages/center/records/index.vue

+ 1
- 1
pages/center/consumer/index.vue View File

@@ -16,7 +16,7 @@

<view class="content">
<view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
<view style="width: 100%;padding-top: 200rpx;">
<view style="width: 100%;padding-top: 200rpx;background: #FFFFFF;">
<view style="width: 100%;text-align: center;">
<image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
</view>


+ 1
- 1
pages/center/records/index.vue View File

@@ -30,7 +30,7 @@
</view>
</view>
<view class="content">
<view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
<view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;background: #FFFFFF;">
<view style="width: 100%;padding-top: 200rpx;">
<view style="width: 100%;text-align: center;">
<image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>


Loading…
Cancel
Save