ソースを参照

Merge branch 'master' of http://git.2weisou.com/liumin/NewZkgj into master

yun
lancer 2年前
コミット
b710c57545
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      pages/center/consumer/index.vue
  2. +1
    -1
      pages/center/records/index.vue

+ 1
- 1
pages/center/consumer/index.vue ファイルの表示

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


<view class="content"> <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;">
<view style="width: 100%;padding-top: 200rpx;">
<view style="width: 100%;padding-top: 200rpx;background: #FFFFFF;">
<view style="width: 100%;text-align: center;"> <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> <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
</view> </view>


+ 1
- 1
pages/center/records/index.vue ファイルの表示

@@ -30,7 +30,7 @@
</view> </view>
</view> </view>
<view class="content"> <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%;padding-top: 200rpx;">
<view style="width: 100%;text-align: center;"> <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> <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>


読み込み中…
キャンセル
保存