init
This commit is contained in:
18
pages/subpages/activation/activation.wxml
Normal file
18
pages/subpages/activation/activation.wxml
Normal file
@@ -0,0 +1,18 @@
|
||||
<van-sticky>
|
||||
<van-nav-bar
|
||||
title="卡密激活"
|
||||
left-text="返回"
|
||||
left-arrow
|
||||
bind:click-left="goback"
|
||||
/>
|
||||
</van-sticky>
|
||||
<view class="activation">
|
||||
<image class="logoImg" src="{{logoImg}}" />
|
||||
<input type="text" model:value="{{code}}" placeholder="请输入卡密"/>
|
||||
<van-button type="info" block bindtap="handleJiHuo">激活</van-button>
|
||||
|
||||
<text class="explain">说明:卡密只能使用一次,激活后卡密将无效</text>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user