Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
d5de6ac0f9
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/moment/moment-item/index.wxml

2
pages/moment/moment-item/index.wxml

@ -27,7 +27,7 @@
<view class="load-spinner text-gray" /> <view class="load-spinner text-gray" />
</view> </view>
<view class="list-empty" style="height:240rpx" catchtap="fetchItemList" wx:elif="{{!requesting && !itemList.length}}"> <view class="list-empty" style="height:240rpx" catchtap="fetchItemList" wx:elif="{{!requesting && !itemList.length}}">
<view class="text-empty">暂无数据,点击刷新</view>
<view class="text-empty" style="margin-top: 0rpx;">暂无数据,点击刷新</view>
</view> </view>
<view wx:else> <view wx:else>
<view class="flex" style="padding-bottom: 16rpx;"> <view class="flex" style="padding-bottom: 16rpx;">

Loading…
Cancel
Save