- <!--pages/permissions/permissions.wxml-->
- <view class="permission wh">
- <view class="canmer-box">
- <block wx:if="{{scanFlag}}">
- <camera device-position="back" flash="off" mode="scanCode" bindscancode="bindscancode" binderror="bindscanerror" style="width: 100%; height: 100%;"></camera>
- <view class="scanmodal">
- <view class="line"></view>
- </view>
- </block>
- </view>
- <view class="actions">
- <view class="tips">教程</view>
- </view>
- </view>
|