抖音B端厂库
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

27 linhas
1.5 KiB

  1. <!-- <button type="primary" bindtap="getNetWorkType">获取网络类型</button>
  2. <button type="primary" bindtap="getSystemInfo">获取设备信息</button> -->
  3. <form >
  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' bindinput="setVale" type='number' maxlength='20' focus value='{{inputValue}}' 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 class='iconfont icon-fangdajing' bindtap="toWriteoffPage"></view>
  13. </view>
  14. <!-- <view class='softkey' tt:if='{{flag}}'>
  15. <view>
  16. <text tt:for='{{keyBordList}}' tt:key='{{index}}' hover-class='active' bindtap='onClick' data-val='{{item}}'>{{item.num}}</text>
  17. <text hover-class='active' class='iconfont icon-yincangjianpan hideKey' bindtap='hideKey'></text>
  18. </view>
  19. <view>
  20. <text hover-class='active' class='iconfont icon-tuige' bindtap='delVal'></text>
  21. <text hover-class='active' class='sure' bindtap='toWriteoffPage'>确定</text>
  22. </view>
  23. </view> -->
  24. </view>
  25. </form>