You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
355 B

<!--pages/test/camera.wxml-->
<text>pages/test/camera.wxml</text>
<view class="demobox">
<view class="title">开启相机</view>
<camera device-position="back" flash="auto" style="width: 100%;height: 300px;"></camera>
<button type="primary" bindtap="takePhoto">拍照</button>
<image wx:if="{{src}}" mode="widthFix" src="{{src}}"></image>
</view>