-- chooseImage: function () { let that = this; let worksImgs = that.data.worksImgs; let len = that.data.worksImgs.length; wx.chooseImage({ count: - len, //最多选择9张图片 sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album', 'ca