|
|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>头图:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-upload :action="action" :file-list="heatPictureList" ref="pictureUpload"
|
|
|
|
|
<el-upload :action="action" list-type="picture-card" :file-list="heatPictureList" ref="pictureUpload"
|
|
|
|
|
style="width:600px"
|
|
|
|
|
:limit="1" :auto-upload="true" :data="uploadOther"
|
|
|
|
|
:on-success="function(responsose,file,fileList) {return handlesuccess(responsose,file,fileList,'heat')}"
|
|
|
|
|
|