Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
83c7c6d247
1 changed files with 3 additions and 3 deletions
  1. 6
      pages/agent/factory/index.wxml

6
pages/agent/factory/index.wxml

@ -91,7 +91,7 @@
</view>
</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">
<view wx:for="{{pageItem}}" wx:key="index">
<!-- <view style="height:16rpx" wx:if="{{pageIndex != 0 || index != 0 }}"></view>
<article-item item="{{item}}" mclick="{{false}}"></article-item> -->
<info-item item="{{item}}" mclick="{{false}}"></info-item>
@ -171,11 +171,11 @@
</view>
</view>
<view class="booking-tool" style="bottom:{{200 + safeBottom}}rpx" bindtap="postMoment" wx:if="{{factoryDetail && tabIndex== 1}}">
<!-- <view class="booking-tool" style="bottom:{{200 + safeBottom}}rpx" bindtap="postMoment" wx:if="{{factoryDetail && tabIndex== 1}}">
<view class="roder-add flex flex-center">
<text class="cuIcon-add text-white" style="font-size:32px"></text>
</view>
</view>
</view> -->
<wux-popup wux-class="wux-landscape" wux-content-class="wux-landscape__popup" wux-body-class="wux-landscape__popup-body"
hasHeader="{{ false }}" hasFooter="{{ false }}" visible="{{ visible }}" mask="{{ true }}">

Loading…
Cancel
Save