12345678910111213141516171819202122 |
- <view class="content">
- <view class="home-skeleton" animation="{{showpic}}" hidden="{{!hidden}}">
- <view class="home-skeleton-swiper"></view>
- <view class="home-skeleton-magic">
- <view class="item jgc" wx:key="index" wx:for="{{10}}"></view>
- </view>
- <view class="home-skeleton-img"></view>
- <view class="home-skeleton-magic" style="margin-top: 40rpx;">
- <view class="item hd" wx:key="index" wx:for="{{2}}"></view>
- </view>
- <view class="home-skeleton-magic">
- <view class="item hd" wx:key="index" wx:for="{{2}}"></view>
- </view>
- </view>
-
- <view class="home-page">
- <slot></slot>
- </view>
- </view>
|