home.wxml 744 B

1234567891011121314
  1. <view class="mine">
  2. <view class="tab">
  3. <view class="tab-title">HI,个人昵称</view>
  4. <view class="tab-tips">欢迎来到XXXXXXXXXXXXXX有限公司</view>
  5. </view>
  6. </view>
  7. <button class='button' hover-class="hover" bindtap="blueTooth"> 蓝牙设备 </button>
  8. <button class='button' hover-class="hover" hidden="true" bindtap="printTest"> 发送命令</button>
  9. <button class='button' hover-class="hover" bindtap="recipt"> 小票案例</button>
  10. <button class='button' hover-class="hover" bindtap="label"> 标签案例</button>
  11. <button class='button' hover-class="hover" bindtap="blueToothNet"> 蓝牙配网</button>
  12. <button class='button' hover-class="hover" hidden="true" bindtap="lotteryTicket"> 打印彩票</button>