permissions.wxml 510 B

12345678910111213
  1. <!--pages/permissions/permissions.wxml-->
  2. <view class="permission wh">
  3. <view class="canmer-box">
  4. <camera device-position="back" flash="off" mode="scanCode" bindscancode="bindscancode" binderror="bindscanerror" style="width: 100%; height: 100%;"></camera>
  5. <!-- <view class="top-modal"></view>
  6. <view class="bottom-modal"></view>
  7. <view class="left-modal"></view>
  8. <view class="right-modal"></view> -->
  9. </view>
  10. <view class="actions">
  11. <view class="tips">教程</view>
  12. </view>
  13. </view>