This commit is contained in:
905166056 2021-12-20 15:57:09 +08:00
parent 3c9a8e7481
commit f3c70e05ee

View File

@ -393,7 +393,7 @@
wx.chooseImage({ wx.chooseImage({
count: 4, //9 count: 4, //9
sizeType: ['compressed'], // sizeType: ['compressed'], //
sourceType: ['album'], // sourceType: ['album','camera'], //
success: (res) => { success: (res) => {
console.log(res); console.log(res);
that.$data.imgList.push(res.tempFilePaths[0]); that.$data.imgList.push(res.tempFilePaths[0]);