|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<text slot="footer" class="cuIcon-right text-gray" style="font-size:36rpx"></text> |
|
|
|
<text>{{content}}</text> |
|
|
|
</wux-notice-bar> --> |
|
|
|
<wux-skeleton active wx:if="{{!factoryList.length}}"> |
|
|
|
<!-- <wux-skeleton active wx:if="{{!factoryList.length}}"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 0rpx 12rpx 30rpx"> |
|
|
|
<wux-skeleton-paragraph rounded rows="1" wux-class="case-class" /> |
|
|
|
<wux-skeleton-paragraph rounded rows="1" wux-class="case2-class" /> |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<wux-skeleton-paragraph rounded rows="1" wux-class="host-class" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</wux-skeleton> |
|
|
|
</wux-skeleton> --> |
|
|
|
<!-- <view wx:else> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:20rpx 30rpx;"> |
|
|
|
<view class="text-bold text-df" style="color:#333333">纸厂动态</view> |
|
|
|
@ -53,15 +53,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</wux-skeleton> |
|
|
|
<view wx:else> |
|
|
|
<view> |
|
|
|
<view wx:for-item="pageItem" wx:for-index="pageIndex" wx:for="{{momentList}}" wx:key="pageIndex"> |
|
|
|
<view wx:for="{{pageItem}}" wx:key="index" class="cu-card dynamic no-card"> |
|
|
|
<!-- <wux-divider show-text="{{ false }}" wx:if="{{pageIndex != 0 || index != 0 }}"></wux-divider> --> |
|
|
|
<view style="height:16rpx"></view> |
|
|
|
<article-item item="{{item}}"></article-item> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!--加载更多的UI--> |
|
|
|
<view wx:if="{{form.pageNum > 1}}" style="padding:20rpx"> |
|
|
|
<wux-divider> |
|
|
|
<view class="loadmore"> |
|
|
|
|