workbench.wxml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!--pages/workbench/workbench.wxml-->
  2. <view class="work-content wh">
  3. <view class="account-info ittflex-jcs">
  4. <view class="left half ittflex-jcs">
  5. <view class="head-img"></view>
  6. <view class="userinfo">
  7. <view class="username">范一岚</view>
  8. <view class="usernum">18626576880</view>
  9. </view>
  10. </view>
  11. <view class="right half">
  12. <view class="text">
  13. <view class="basetext">当前已获得</view>
  14. <view class="basetext">测试测试测试检测车权限</view>
  15. </view>
  16. <view class="arror">
  17. <image class="wh" src="../../images/you.png"></image>
  18. </view>
  19. </view>
  20. </view>
  21. <view class="tips">核销用户检测次数</view>
  22. <view class="camera">
  23. <camera device-position="back" flash="off" mode="scanCode" bindscancode="bindscancode" binderror="error" style="width: 100%; height: 100%;"></camera>
  24. </view>
  25. <view class="overlay wh" wx:if="{{overlayShow}}">
  26. <view class="modal">
  27. <view class="title">用户信息</view>
  28. <view class="username info">
  29. <text>姓名:</text>
  30. <text class="codename">测试用户</text>
  31. </view>
  32. <view class="info sex">
  33. <text>性别:</text>
  34. <text>男</text>
  35. </view>
  36. <view class="info day">
  37. <text>出生年月:</text>
  38. <text>2022-09</text>
  39. </view>
  40. <view class="info age">
  41. <text>年龄:</text>
  42. <text>22岁</text>
  43. </view>
  44. <view class="info count">
  45. <text>剩余次数:</text>
  46. <text class="bold">5</text>
  47. <text>次</text>
  48. </view>
  49. <view class="btn ittflex-jcs">
  50. <view class="itt-btn cancel" bindtap="handlecancel">取消</view>
  51. <view class="itt-btn submit" bindtap="handlesubmit">确认检测</view>
  52. </view>
  53. </view>
  54. </view>
  55. </view>