|
@@ -241,7 +241,7 @@
|
241
|
241
|
<el-upload class="avatar-uploader" :action="URL.BASEURL + URL.material_upload" name="material_file"
|
242
|
242
|
:show-file-list="false" :data="fileData" :on-success="uploadSuccess" :on-progress='beforeUploadUpload'
|
243
|
243
|
:on-error='uploadFail' accept=".jpg,.jpeg,.png">
|
244
|
|
- <img v-if="linkExtend.pic_url" :src="linkExtend.pic_url" class="fm_img">
|
|
244
|
+ <img v-if="linkExtend.picurl" :src="linkExtend.picurl" class="fm_img">
|
245
|
245
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
246
|
246
|
</el-upload>
|
247
|
247
|
</div>
|
|
@@ -335,7 +335,7 @@ export default {
|
335
|
335
|
linkExtend: {
|
336
|
336
|
title: '',
|
337
|
337
|
jump_url: '',
|
338
|
|
- pic_url: '',
|
|
338
|
+ picurl: '',
|
339
|
339
|
description: '',
|
340
|
340
|
},
|
341
|
341
|
attachments: [],
|
|
@@ -624,7 +624,7 @@ export default {
|
624
|
624
|
this.linkExtend = {
|
625
|
625
|
title: '',
|
626
|
626
|
jump_url: '',
|
627
|
|
- pic_url: '',
|
|
627
|
+ picurl: '',
|
628
|
628
|
description: '',
|
629
|
629
|
}
|
630
|
630
|
this.linkExtendVisible = true
|
|
@@ -645,7 +645,7 @@ export default {
|
645
|
645
|
this.miniprogram.pic_url = res.rst.url;
|
646
|
646
|
}
|
647
|
647
|
if (this.linkExtendVisible) {//推广链接
|
648
|
|
- this.linkExtend.pic_url = res.rst.url;
|
|
648
|
+ this.linkExtend.picurl = res.rst.url;
|
649
|
649
|
}
|
650
|
650
|
} else {
|
651
|
651
|
this.$message({
|