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.
14 lines
519 B
14 lines
519 B
2 years ago
|
<!--pages/navigation/index/add/camera/camera.wxml-->
|
||
|
<!-- <text>pages/navigation/index/add/camera/camera.wxml</text> -->
|
||
|
<!-- camera.wxml -->
|
||
|
<camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 300px;"></camera>
|
||
|
<button type="primary" bindtap="takePhoto">拍照</button>
|
||
|
<view>预览</view>
|
||
|
<image mode="widthFix" src="{{src}}" bindtap="see" ></image>
|
||
|
<button type="primary" bindtap="upload">上传</button>
|
||
|
<button type="primary" bindtap="gotoPage">添加服饰信息</button>
|
||
|
|
||
|
|
||
|
|
||
|
|