- <popup show="{{show}}" opacity='5' bind:close="closeTip">
- <view class="content">
- 请确认出发城市和兑换时间是否正确,兑换后将<text>无法取消和修改</text>!
- <view style="margin: 20rpx 0 10rpx 0;">出发城市:<tetx style=" color: #ee3a43;">{{city}}</tetx>
- </view>
- <view>兑换时间:<tetx style=" color: #ee3a43;">提前{{checkedTime}}分钟</tetx>
- </view>
- <view></view>
- <view class="modu">
- <view class="bottom-btn">
- <button class="cancel" bindtap="close">取消</button>
- <button class="sub" type="warn" bindtap="sub">立即兑换</button>
- </view>
- </view>
- </view>
- </popup>
|