1 |
- <view class="project-drop-down"><block wx:if="{{$root.m0.label}}"><uv-drop-down class="vue-ref" vue-id="154dda36-1" sign="dropDown" text-active-color="#08979c" text-active-size="28rpx" text-color="#1f1f1f" text-size="28rpx" extra-icon="{{({name:'arrow-down-fill',color:'#1f1f1f',size:'26rpx'})}}" extra-active-icon="{{({name:'arrow-up-fill',color:'#08979c',size:'26rpx'})}}" defaultValue="{{defaultValue}}" custom-style="{{({padding:'0 30rpx'})}}" is-sticky="{{false}}" data-ref="dropDown" data-event-opts="{{[['^click',[['selectMenu']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><uv-drop-down-item vue-id="{{('154dda36-2')+','+('154dda36-1')}}" name="item" type="2" label="{{$root.m1.label}}" value="{{$root.m2.value}}" bind:__l="__l"></uv-drop-down-item><uv-drop-down-item vue-id="{{('154dda36-3')+','+('154dda36-1')}}" name="target" type="2" label="{{$root.m3.label}}" value="{{$root.m4.value}}" bind:__l="__l"></uv-drop-down-item><uv-drop-down-item vue-id="{{('154dda36-4')+','+('154dda36-1')}}" name="room" type="2" label="{{$root.m5.label}}" value="{{$root.m6.value}}" bind:__l="__l"></uv-drop-down-item></uv-drop-down></block><block wx:if="{{currentDropItem.value}}"><uv-drop-down-popup vue-id="154dda36-5" sign="dropDown" click-overlay-on-close="{{true}}" currentDropItem="{{currentDropItem}}" data-event-opts="{{[['^clickItem',[['clickItem']]]]}}" bind:clickItem="__e" bind:__l="__l"></uv-drop-down-popup></block></view>
|