#
whycq
2022-04-09 8cfe3b775e16a3e7e04544451c513d65280b34c0
1
<view><view class="cu-form-group margin-top"><view class="title">出库口</view><picker value="{{index}}" range="{{picker}}" data-event-opts="{{[['change',[['PickerChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+(index>-1?picker[index]:'请选择')+''}}</view></picker><button></button></view><view><button class="cu-btn bg-yellow pda-btn">确认</button><button class="cu-btn bg-grey pda-btn">重置</button></view></view>