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.
14 lines
529 B
14 lines
529 B
6 years ago
|
<view class="container">
|
||
|
<form bindsubmit="bindSave">
|
||
|
<view class="form-box">
|
||
|
<view class="row-wrap">
|
||
|
<view class="label">券号</view>
|
||
|
<view class="label-right">
|
||
|
<input name="amount" class="input" type="text" placeholder="请输入券号"/>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<button type="warn" class="save-btn" formType="submit">立即兑换</button>
|
||
|
<button type="default" class="cancel-btn" bindtap="bindCancel">取消</button>
|
||
|
</form>
|
||
|
</view>
|