Commit 55973b14 authored by 黄奎's avatar 黄奎
parents 15660a6a b4401274
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</el-form-item> </el-form-item>
<el-form-item label="商品图片"> <el-form-item label="商品图片">
<div class="shopImg1"> <div class="shopImg1">
<div class="indexApp_image" v-for="(item, index) in replayMsg.GoodsImgList" :key="index"> <div class="indexApp_more-image" v-for="(item, index) in replayMsg.GoodsImgList" :key="index">
<div class="img_Des"> <div class="img_Des">
<el-image style="width: 100px; height: 100px" v-if="item.Path" :src="item.Path" <el-image style="width: 100px; height: 100px" v-if="item.Path" :src="item.Path"
:preview-src-list="srcList"></el-image> :preview-src-list="srcList"></el-image>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<div> <div>
<el-button @click="openChangeDig()" size="small">选择文件</el-button> <el-button @click="openChangeDig()" size="small">选择文件</el-button>
</div> </div>
<div class="indexApp_image"> <div >
<img v-if="postMsg.Image" :src="postMsg.Image" alt="" style="width:100px;height:100px;" /> <img v-if="postMsg.Image" :src="postMsg.Image" alt="" style="width:100px;height:100px;" />
</div> </div>
</el-form-item> </el-form-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