home-skeleton.wxml 648 B

12345678910111213141516171819202122
  1. <view class="content">
  2. <view class="home-skeleton" animation="{{showpic}}" hidden="{{!hidden}}">
  3. <view class="home-skeleton-swiper"></view>
  4. <view class="home-skeleton-magic">
  5. <view class="item jgc" wx:key="index" wx:for="{{10}}"></view>
  6. </view>
  7. <view class="home-skeleton-img"></view>
  8. <view class="home-skeleton-magic" style="margin-top: 40rpx;">
  9. <view class="item hd" wx:key="index" wx:for="{{2}}"></view>
  10. </view>
  11. <view class="home-skeleton-magic">
  12. <view class="item hd" wx:key="index" wx:for="{{2}}"></view>
  13. </view>
  14. </view>
  15. <view class="home-page">
  16. <slot></slot>
  17. </view>
  18. </view>