showPickerBg.wxml
569 Bytes
<!--component/showPikerBg/showPikerBg.wxml-->
<view class="{{ hasBottomLine ? 'refund-way border-bottom' : 'refund-way'}}">
<text class="cell-title margin-top margin-bottom large-margin-left">{{title}}</text>
<picker style="flex-grow: 1;" bindchange="pickerChange" value="{{0}}" range="{{range}}" range-key="{{rangeKey}}">
<view class="select-way margin-top margin-bottom light-gray pingfangsc-regular">
<text>{{defaultValue}}</text>
<image class="select-way-arrow margin-left margin-right" src="{{arrows}}"></image>
</view>
</picker>
</view>