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 >
- <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' bindinput="setVale" type='number' maxlength='20' focus value='{{inputValue}}' 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 class='iconfont icon-fangdajing' bindtap="toWriteoffPage"></view>
- </view>
-
- <!-- <view class='softkey' tt:if='{{flag}}'>
- <view>
- <text tt:for='{{keyBordList}}' tt: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>
|