From b4cdb77bdf31696ed5d6c7e142f5a892c8304c22 Mon Sep 17 00:00:00 2001 From: wangh <9483> Date: Mon, 18 Dec 2023 17:44:23 +0800 Subject: [PATCH] no message --- fuintAdmin/src/views/integral/gift/index.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fuintAdmin/src/views/integral/gift/index.vue b/fuintAdmin/src/views/integral/gift/index.vue index b3aa29aed..e0c238140 100644 --- a/fuintAdmin/src/views/integral/gift/index.vue +++ b/fuintAdmin/src/views/integral/gift/index.vue @@ -1152,6 +1152,21 @@ export default { this.giftImages.push(newImage); }, + + // 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) {