Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
c5a054f2f1
2 changed files with 11 additions and 13 deletions
  1. 2
      components/submit-layout/index.wxml
  2. 22
      pages/agent/focus-list/index.wxml

2
components/submit-layout/index.wxml

@ -1,4 +1,4 @@
<view style="height:{{136 + safeBottom}}rpx;"></view>
<view style="height:{{120 + safeBottom}}rpx;"></view>
<view class="cu-bar bg-white foot justify-end" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;">
<slot />
</view>

22
pages/agent/focus-list/index.wxml

@ -11,18 +11,16 @@
</view>
</van-image>
</view>
<view class="bg-white" style="height:{{height - safeBottom - 258}}rpx" wx:if="{{factoryList}}">
<scroll-view scroll-y style="height:100%;padding: 16rpx 0rpx {{safeBottom + 16}}rpx 0rpx">
<van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange">
<van-cell-group>
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable
data-index="{{ index }}" bind:click="toggle">
<van-checkbox catch:tap="noop" class="checkboxes-{{ index }}" name="{{ item.paperMillId }}" />
</van-cell>
</van-cell-group>
</van-checkbox-group>
</scroll-view>
</view>
<scroll-view scroll-y style="height:{{height - safeBottom - 378}}rpx;" wx:if="{{factoryList}}">
<van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange">
<van-cell-group>
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable
data-index="{{ index }}" bind:click="toggle">
<van-checkbox catch:tap="noop" class="checkboxes-{{ index }}" name="{{ item.paperMillId }}" />
</van-cell>
</van-cell-group>
</van-checkbox-group>
</scroll-view>
<view class="bg-white flex flex-center" style="height:{{height}}rpx" wx:else>
<van-loading type="spinner" size="32" />
</view>

Loading…
Cancel
Save