|
|
@@ -7,7 +7,15 @@ |
|
|
|
<view class="{{tabIndex == 1 ? 'tabItem active' : 'tabItem'}}" id="1">转赠</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<form bindsubmit='searchCard' report-submit='true'> |
|
|
|
<form wx:if="{{tabIndex == 0}}" bindsubmit='searchCard' report-submit='true'> |
|
|
|
<view class="section"> |
|
|
|
<input name='code' placeholder="请输入兑换码" clearable value="{{code}}" bindinput="codeInput" /> |
|
|
|
<button size="primarySize" style="background:#FD832D;color:#fff;" hover-class="opcaity" form-type="submit">查询</button> |
|
|
|
<!-- <image class="scan" src="../../assets/images/scan.png" bindtap="goScanCode"></image> --> |
|
|
|
</view> |
|
|
|
</form> |
|
|
|
|
|
|
|
<form wx:if="{{tabIndex == 1}}" bindsubmit='searchCard' report-submit='true'> |
|
|
|
<view class="section"> |
|
|
|
<input name='code' placeholder="请输入卡号卡密或扫描二维码" clearable value="{{code}}" bindinput="codeInput" /> |
|
|
|
<button size="primarySize" style="background:#FD832D;color:#fff;" hover-class="opcaity" form-type="submit">查询</button> |
|
|
@@ -16,10 +24,10 @@ |
|
|
|
</form> |
|
|
|
|
|
|
|
<view wx:if="{{tabIndex == 0}}" class="comment"> |
|
|
|
<text class="txt1">如何获取卡号卡密?</text> |
|
|
|
<text class="txt1">如何获取兑换码?</text> |
|
|
|
<text class="txt2">1.实体卡卡密可刮开卡背面涂层查看;</text> |
|
|
|
<text class="txt2">2.扫描实体卡二维码获取卡号;</text> |
|
|
|
<text class="txt3">3.自己购买的电子卡,可到“我的卡包”或短信查看详情;</text> |
|
|
|
<!-- <text class="txt2">2.扫描实体卡二维码获取卡号;</text> --> |
|
|
|
<text class="txt3">2.绑定成功的电子卡,可到“我的卡包”或短信查看详情;</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view wx:if="{{tabIndex == 1}}" class="comment"> |
|
|
|