5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
|
|
<!-- 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>
|