yuminge-app/yun-min-program-plugin-master/packageI/parkCouponFree/exchangeCarCoupon/exchangeCarCoupon.wxml

15 lines
664 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--packageI/parkCouponFree/exchange-car-coupon/exchangeCarCoupon.wxml-->
<view class="exchangeCarCoupon">
<text class="integral-text">当前{{integral}}{{point}}</text>
<text class="integral-text" style="margin-top: 0;">当前车牌号:{{car_number}}</text>
<van-radio-group value="{{ radioIndex }}" bind:change="onChange">
<van-radio checked-color="#f15353" name="{{index}}" wx:for="{{list}}">
<car-coupon coupon-type="1" items="{{item}}"></car-coupon>
</van-radio>
</van-radio-group>
<view class="inquire-btn">
<button type="warn" bindtap="exchangeCoupon" disabled="{{disabledInquire}}">{{warnText}}</button>
</view>
</view>