一、使用APIwx.chooseImage(OBJECT)
rush:html;toolbar:false">var util = require('../../utils/util.js') Page({ data:{ src:"../image/pic4.jpg" }, gotoShow: function(){var _this = this wx.chooseImage({ count: 9,// 最多可以选择的图片张数,默认9 sizeType: ['original','compressed'],// original 原图,compressed 压缩图,默认二者都有 sourceType: ['album','camera'],// album 从相册选图,camera 使用相机,默认二者都有 success: function(res){ // success console.log(res) _this.setData({ src:res.tempFilePaths }) }, fail: function() { // fail }, complete: function() { // complete } }) }
二、图片路径进行数据绑定
rush:html;toolbar:false">
号外:
1、wx.chooseImage 调用相机或相册
2、
rush:html;toolbar:false">var _this = this wx.chooseImage({ count: 9, complete: function() { // complete }
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。