收藏
回答

camera组件返回图片宽高由什么决定?

<camera style="height: 200px; width: 100%;"></camera>

<button bindtap="takePhoto">拍照</button>


takePhoto () {

let _this = this;

wx.createCameraContext().takePhoto({

success: function (res) {

console.log(res);

_this.setData({ tempPath: res.tempImagePath });

}

});

},


返回的res中height为116,width为720,height由什么决定?


回答关注问题邀请回答
收藏

3 个回答

  • 黄思程
    黄思程
    2017-11-07

    问题已修复,麻烦更新微信到6.5.21

    2017-11-07
    有用
    回复
  • 黄思程
    黄思程
    2017-10-19

    一般由预览区域决定,请问是什么机型?

    2017-10-19
    有用
    回复
  • 韩
    2017-11-03

    苹果机型图片的高度都只有一半,只有预览区域的一半!请问这是什么原因

    2017-11-03
    有用
    回复
登录 后发表内容