|
|
|
@ -93,7 +93,7 @@ Component({ |
|
|
|
for (let index = 0; index < this.data.fileList.length; index++) { |
|
|
|
imageUrls.push(this.data.fileList[index].url) |
|
|
|
} |
|
|
|
this.data.item.weightNoteImage = imageUrls |
|
|
|
this.data.item.weightNoteImages = imageUrls |
|
|
|
wx.nextTick(() => { |
|
|
|
this.triggerEvent('change', {index: this.data.index, item: this.data.item}); |
|
|
|
}) |
|
|
|
|