|
|
@ -33,12 +33,6 @@ |
|
|
|
|
|
|
|
|
<van-popup position="top" show="{{ visible }}" bind:close="onHide" z-index="29"> |
|
|
<van-popup position="top" show="{{ visible }}" bind:close="onHide" z-index="29"> |
|
|
<view class="bg-white" style="margin-top:{{customBar}}px;width: 100%;"> |
|
|
<view class="bg-white" style="margin-top:{{customBar}}px;width: 100%;"> |
|
|
<!-- <scroll-view scroll-y style="height:{{ 88 * (factoryList.length >= 5 ? 5 : factoryList.length)}}rpx;"> |
|
|
|
|
|
<van-cell clickable wx:for="{{factoryList}}" custom-style="min-height:88rpx" wx:key="index" data-index="{{index}}" bind:click="changeFactory"> |
|
|
|
|
|
<view class="text-bold {{ item.id == factoryId ? 'text-blue' : 'text-black'}}" slot="title">{{item.name}}</view> |
|
|
|
|
|
<van-icon slot="right-icon" name="success" size="1.3em" color="#008AFF" wx:if="{{item.id == factoryId}}" /> |
|
|
|
|
|
</van-cell> |
|
|
|
|
|
</scroll-view> --> |
|
|
|
|
|
<van-tree-select items="{{items}}" height="240px" flex="{{1.5}}" main-active-index="{{mActiveIndex}}" active-id="{{factoryId}}" |
|
|
<van-tree-select items="{{items}}" height="240px" flex="{{1.5}}" main-active-index="{{mActiveIndex}}" active-id="{{factoryId}}" |
|
|
bind:click-item="changeFactory" bind:click-nav="onClickNav"></van-tree-select> |
|
|
bind:click-item="changeFactory" bind:click-nav="onClickNav"></van-tree-select> |
|
|
</view> |
|
|
</view> |
|
|
|