lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
2aed0dec9a
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      hybrid/html/ddvideo.html
  2. 2 2
      hybrid/html/video.html

+ 2 - 2
hybrid/html/ddvideo.html

@@ -84,7 +84,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>
 							<!-- 评论 -->
@@ -135,7 +135,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>

+ 2 - 2
hybrid/html/video.html

@@ -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>