- <!--pages/camera/camera.wxml-->
- <view class="camera">
- <camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 100%;position: relative;top: 0;left: 0;"></camera>
- <div class="opt">
- <button bindtap="handleGetLocation">手动获取</button>
- </div>
- </view>
|