wangxiaohua hace 2 años
padre
commit
d5c0f225bb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      pages/center/consumer/index.vue
  2. +1
    -1
      pages/center/records/index.vue

+ 1
- 1
pages/center/consumer/index.vue Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar