Commit 545d5db8 by caoyanzhi

update: 弹窗推广

parent 9a5379a6
......@@ -31,7 +31,7 @@
<!-- 投放内容 图片 -->
<div class="upload_box" v-if="pop.putonType === 1">
<el-form-item :prop="`content_${elIndex}`">
<dm-upload-file class="pop_dm_upload_file" width="396px" :disabled="pop.activeStatus == 2" :action="`${config.api}/api-plug/upload-img?requestProject=marketing`" withCredentials :on-remove="index => handleRemove(index, elIndex)" :before-upload="file => beforeAvatarUpload(file, elIndex)" :on-success="(response, file) => successAvatarUpload(response, file, elIndex)" :file-list="pop.fileList" :limit="1">
<dm-upload-file class="pop_dm_upload_file" width="396px" :disabled="pop.activeStatus == 2" :action="`${config.api}/api-plug/upload-img?requestProject=marketing`" withCredentials :on-remove="index => handleRemove(index, elIndex)" :before-upload="file => beforeAvatarUpload(file, elIndex)" :on-success="(response, file) => successAvatarUpload(response, file, elIndex)" :file-list="pop.fileList">
<template slot="tip">上传jpg/png/gif文件,建议尺寸750x690px,且不超过500kb </template>
<template v-slot:file-item="{ fileData }">
<div class="file-list-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment