no message

This commit is contained in:
wangh 2023-12-18 17:44:23 +08:00
parent 96f978ae11
commit b4cdb77bdf

View File

@ -1153,6 +1153,21 @@ export default {
},
// handleUploadSuccessGift(file) {
// // let newImage = {
// // name: file.data.original,
// // url: process.env.VUE_APP_SERVER_URL + file.data.fileName,
// // type: file.data.type,
// // fileName: file.data.fileName
// // }
// if (this.giftImages == undefined) {
// this.giftImages = [];
// }
// this.giftImages.push(file.fileName);
// console.log("")
// },
handleRemove(file, fileList) {
this.giftImages.forEach((image, index) => {