You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<view class="info">
<view class="title">{{_info.show_info.show_name}}</view>
<view class="line">{{_info.show_info.city_name}}| {{_info.show_info.theater_name}}</view>
<view class="line">{{_info.show_info.show_date}}</view>
</view>
<view class="sit_sel">
<view class="sit_warning">《温馨提示:各票档分区,请确认后购买》</view>
<view class="title">选择票档</view>
<view class="selecter" wx:for="{{_info.grade_list}}">
<view class="disFix price">
<view class="">¥{{item.price}} </view>
<view>{{item.remark}}</view>
</view>
<view class="disFix">
<van-stepper value="{{ 0 }}" min="0" max="{{item.tkt_num>able_select?(item.stp_num?able_select-item.stp_num:able_select):item.tkt_num}}" data-index="{{index}}" bind:change="stepper_cal" bind:plus="stepper_plus" bind:minus="stepper_minus" />
<van-icon custom-class="icon" class="disNone{{item.tkt_num!=0}}" size="28" name="/images/ui/sellout.png" />
</view>
</view>
</view>
<van-submit-bar disabled='{{!total}}' price="{{ total?total *100:''}}" button-text="下一步" bind:submit="onSubmit" />