12345678910111213141516171819202122232425262728293031323334 |
- <view class="select-top-control">
- <input type="text" placeholder="Please select" bindinput="onChange"/>
- </view>
- <view class='select-options' style='height:{{show?(options.length>5?325:options.length*50):0}}rpx;'>
- <text class='select-option' wx:for='{{options}}' wx:key='this' data-index='{{index}}' catchtap='optionTap'>{{item}}</text>
- </view>
- {{ selectedList.length }}
- {{selectData[index]}}
- {{show&&"select_img_rotate"}}
- {{show}}
- {{show?(selectData.length>5?325:selectData.length*50):0}}
- {{selectData}}{{index}}{{item}}
|