no message
This commit is contained in:
parent
96f978ae11
commit
b4cdb77bdf
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user