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.
|
- <!-- <button type="primary" bindtap="getNetWorkType">获取网络类型</button>
- <button type="primary" bindtap="getSystemInfo">获取设备信息</button> -->
- <form bindsubmit="toWriteoffPage">
- <view class='write0ff'>
- <view>
- <text>券码</text>
- <text class='line'></text>
- <!-- <text class='search' bindtap='search' style='color:{{val == "请输券码"?"#ccc":"#666"}};font-size:{{val == "请输券码"?"30rpx":"30rpx"}}'>{{val}}</text> -->
- <input class='search' type='number' maxlength='20' focus value='{{val}}' name='numbers' placeholder='请输入券码' placeholder-style='color:#BFBFBF;' />
- <!-- <text hover-class='actives' class='iconfont icon-fangdajing' data-id='{{list.id}}'></text> -->
- <button form-type='submit' hover-class='actives' class='iconfont icon-fangdajing' data-id='{{list.id}}'></button>
- </view>
-
- <!-- <view class='softkey' wx:if='{{flag}}'>
- <view>
- <text wx:for='{{keyBordList}}' wx:key="index" hover-class='active' bindtap='onClick' data-val='{{item}}'>{{item.num}}</text>
- <text hover-class='active' class='iconfont icon-yincangjianpan hideKey' bindtap='hideKey'></text>
- </view>
-
- <view>
- <text hover-class='active' class='iconfont icon-tuige' bindtap='delVal'></text>
- <text hover-class='active' class='sure' bindtap='toWriteoffPage'>确定</text>
- </view>
- </view> -->
- </view>
- </form>
|