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.
15 lines
514 B
15 lines
514 B
<!--pages/navigation/index/add/camera/camera.wxml-->
|
|
<!--<text>pages/navigation/index/add/camera/camera.wxml<text>-->
|
|
<!--camera.wxml-->>
|
|
<camera device-postition="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>
|
|
|
|
|
|
|
|
|
|
|