|
@@ -110,7 +110,7 @@
|
|
|
<!-- 拍照图片 -->
|
|
|
<div class="photos">
|
|
|
<div v-for="(photo,pindex) in zb.taskTargetPhotoList" :key="photo.id">
|
|
|
- <a-avatar :size="40" shape="square" :src="photo.photoPath" />
|
|
|
+ <a-avatar :size="40" shape="square" :src="photo.photoPath+'?x-oss-process=image/resize,m_pad,h_40,w_40,color_000000'" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 评论 -->
|
|
@@ -162,7 +162,7 @@
|
|
|
<!-- 图片列表 -->
|
|
|
<div class="imglist">
|
|
|
<div v-for="(photo,pindex) in curZbItem.taskTargetPhotoList" :key="pindex">
|
|
|
- <img @click="editImgs(photo.photoPath,activeZbIndex,pindex)" :src="photo.photoPath">
|
|
|
+ <img @click="editImgs(photo.photoPath,activeZbIndex,pindex)" :src="photo.photoPath+'?x-oss-process=image/resize,m_pad,h_50,w_50,color_000000'">
|
|
|
<a-icon @click.stop="delImgs(pindex)" class="aicon" type="close" />
|
|
|
</div>
|
|
|
</div>
|