Files
huike-front/weapp/pages/camera/camera.wxml
T

5 lines
253 B
Plaintext
Raw Normal View History

<!-- camera.wxml -->
<camera device-position="back" flash="off" binderror="error" style="width: 300px; height: 300px;"></camera>
<button type="primary" bindtap="takePhoto">拍照</button>
<view>预览</view>
<image mode="widthFix" src="{{src}}"></image>