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.
11 lines
533 B
11 lines
533 B
<!--pages/user/couponCenter/index.wxml-->
|
|
<title title="领取优惠券"></title>
|
|
<image lazy-load class="bg-img" style="height:calc(100% - {{height}}px)" src="https://static.ticket.sz-trip.com/xcxImages/user/coupon-bg.png" mode="aspectFill"></image>
|
|
<view class="content" style="top:{{height}}px">
|
|
<view class="coupon-title">【兑换优惠券】</view>
|
|
<view class="input-box">
|
|
<text>卡密</text>
|
|
<input type="text" bindinput="changeKey"></input>
|
|
</view>
|
|
<view class="btn" bindtap="getCoupon">领取</view>
|
|
</view>
|