提交 018bc5e4 编写于 作者: 赵十四's avatar 赵十四

帖子详情图片修改

上级 b48dad57
......@@ -17,8 +17,9 @@
<text class="text-content">{{postDetail.content}}</text>
<view class="img-conetent">
<!-- 多张图片 -->
<view class="one-img" v-for="img in postDetail.pictureList">
<image :src="img" class="post-pic" @click="showPic(img)"></image>
<!-- 多张图片 -->
<view class="one-img" v-for="img in postDetail.pictureList">
<view class="post-pic" @click.stop="showPic(img)" :style="'background: url('+img+') no-repeat center/cover #eeeeee;'"></view>
</view>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册