小程序
小游戏
企业微信
微信支付
扫描小程序码分享
怎么自定义拍照界面呀?
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我的方法是从A页面跳转到camera页面
--A.wxml----
<view style=" color: white; background-color: #FBC966;text-align:center;" >
<navigator url="/pages/camera/camera" hover-class="navigator-hover" >模仿拍摄</navigator>
</view>
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
这个还是不行呀 我一进入就来拍照页面了 我想的是我点击拍照后 才出现 上面你写的代码
<camera device-position="back" flash="off" binderror="error" style="width:100%;height:100%;position:fixed;left:0;top:0;">
<cover-view style="width:100%;height:100%;position:fixed;left:0;top:0;z-index:99999;">
<cover-image class="img" src="http://otwf1il9v.bkt.clouddn.com/baby_20170815_1.jpg?imageView2/2/w/100" style="width:15%;height:15%;position:fixed;left:0;top:0;" />
<cover-view bindtap="takePhoto" style="position:fixed;bottom:0px;left:40%;width:20%;background-color: #0f0;color: #000;justify-content: center;">拍照</cover-view>
</cover-view>
</camera>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我的方法是从A页面跳转到camera页面
--A.wxml----
<view style=" color: white; background-color: #FBC966;text-align:center;" >
<navigator url="/pages/camera/camera" hover-class="navigator-hover" >模仿拍摄</navigator>
</view>
这个还是不行呀 我一进入就来拍照页面了 我想的是我点击拍照后 才出现 上面你写的代码
<camera device-position="back" flash="off" binderror="error" style="width:100%;height:100%;position:fixed;left:0;top:0;">
<cover-view style="width:100%;height:100%;position:fixed;left:0;top:0;z-index:99999;">
<cover-image class="img" src="http://otwf1il9v.bkt.clouddn.com/baby_20170815_1.jpg?imageView2/2/w/100" style="width:15%;height:15%;position:fixed;left:0;top:0;" />
<cover-view bindtap="takePhoto" style="position:fixed;bottom:0px;left:40%;width:20%;background-color: #0f0;color: #000;justify-content: center;">拍照</cover-view>
</cover-view>
</camera>