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.

26 lines
1.4 KiB

  1. <!-- <button type="primary" bindtap="getNetWorkType">获取网络类型</button>
  2. <button type="primary" bindtap="getSystemInfo">获取设备信息</button> -->
  3. <form bindsubmit="toWriteoffPage">
  4. <view class='write0ff'>
  5. <view>
  6. <text>券码</text>
  7. <text class='line'></text>
  8. <!-- <text class='search' bindtap='search' style='color:{{val == "请输券码"?"#ccc":"#666"}};font-size:{{val == "请输券码"?"30rpx":"30rpx"}}'>{{val}}</text> -->
  9. <input class='search' type='number' maxlength='20' focus value='{{val}}' name='numbers' placeholder='请输入券码' placeholder-style='color:#BFBFBF;' />
  10. <!-- <text hover-class='actives' class='iconfont icon-fangdajing' data-id='{{list.id}}'></text> -->
  11. <button form-type='submit' hover-class='actives' class='iconfont icon-fangdajing' data-id='{{list.id}}'></button>
  12. </view>
  13. <!-- <view class='softkey' wx:if='{{flag}}'>
  14. <view>
  15. <text wx:for='{{keyBordList}}' wx:key="index" hover-class='active' bindtap='onClick' data-val='{{item}}'>{{item.num}}</text>
  16. <text hover-class='active' class='iconfont icon-yincangjianpan hideKey' bindtap='hideKey'></text>
  17. </view>
  18. <view>
  19. <text hover-class='active' class='iconfont icon-tuige' bindtap='delVal'></text>
  20. <text hover-class='active' class='sure' bindtap='toWriteoffPage'>确定</text>
  21. </view>
  22. </view> -->
  23. </view>
  24. </form>