Commit 1ec92098 authored by youjie's avatar youjie

no message

parent abdf22cc
......@@ -604,7 +604,7 @@
<div class="Travel_ImgList clearfix">
<div class="TFimgList" v-for="(item,index) in addMsg.CoverImageList" :key="item.subCode" v-if="index==0">
<img v-if="!item.Url" src="../../assets/img/bg_c3@3x.png">
<img v-else :src='compressImg(item.Url, "filt", 170, "")'>
<img v-else :src='item.Url'>
<div class="TFIMGzhe">
<div class="TFreupload" @click="updateTFimg(index)">
<el-upload :file-list="addMsg.CoverImageList" :http-request="reUpload" :multiple="true"
......
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