- <view wx:if="{{flag}}" catchtap="setshowtap" class="inputalertlayer"></view>
- <view wx:if="{{flag}}" catchtap="dothis" class="inputalertbox clearfix">
- <view wx:for="{{selectarr}}" data-text="{{item}}" bindtap="setvaltap" class="pull-left {{item==nowarr?'nowtap':''}}">{{item.text?item.text:item}}</view>
- </view>
|