Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
cf51e9c9a6
1 changed files with 4 additions and 4 deletions
  1. 8
      pages/mall/fragment/index.wxml

8
pages/mall/fragment/index.wxml

@ -83,8 +83,8 @@
</view> </view>
</view> </view>
<wux-skeleton active wx:if="{{requesting}}"> <wux-skeleton active wx:if="{{requesting}}">
<view class="flex bg-white" style="padding: 24rpx">
<wux-skeleton-paragraph rounded rows="10" wux-class="case3-class" />
<view class="flex bg-white" style="height: 336rpx;padding: 24rpx">
<wux-skeleton-paragraph rounded rows="5" wux-class="case3-class" />
</view> </view>
</wux-skeleton> </wux-skeleton>
<view wx:elif="{{orderList.length}}"> <view wx:elif="{{orderList.length}}">
@ -95,9 +95,9 @@
<information-item item="{{item}}"></information-item> <information-item item="{{item}}"></information-item>
</view> </view>
</view> </view>
<view class="bg-white list-empty" style="height: 480rpx;border-radius: 0rpx 0rpx 24rpx 24rpx" wx:else>
<view class="bg-white list-empty" style="height: 336rpx;border-radius: 0rpx 0rpx 24rpx 24rpx" wx:else>
<image class="img-empty" src="/assets/image/list_empty.png"></image> <image class="img-empty" src="/assets/image/list_empty.png"></image>
<view class="text-empty">暂无数据</view>
<view class="text-empty" style="margin-top: 24rpx;">暂无数据</view>
</view> </view>
<view class="flex flex-center" style="padding: 24rpx;"> <view class="flex flex-center" style="padding: 24rpx;">
<view id="moment" class="btn-more" catchtap="gridTap">查看更多行情</view> <view id="moment" class="btn-more" catchtap="gridTap">查看更多行情</view>

Loading…
Cancel
Save