zhanghongrui 9 月之前
父节点
当前提交
4070f872a3
共有 30 个文件被更改,包括 436 次插入436 次删除
  1. 36 36
      components/bottomSheet/bottomSheet.vue
  2. 34 34
      components/bottomSheet/bottomSheetGasSealing.vue
  3. 30 30
      components/bottomSheet/bottomSheetMore.vue
  4. 26 26
      components/bottomSheet/bottomSheetMoreNew.vue
  5. 2 2
      pages/DailyLog/daily_log.vue
  6. 4 4
      pages/TopPipeWork/TopPipeWork.vue
  7. 8 8
      pages/bottom_leg/bottom_leg.vue
  8. 2 2
      pages/collision/collisionMouth.vue
  9. 3 3
      pages/dangerous/dangerous.vue
  10. 28 28
      pages/enginproject/enginproject.vue
  11. 45 45
      pages/gas_sealing_project/gas_sealing_project.vue
  12. 4 4
      pages/infrastructure/infrastructure.vue
  13. 18 18
      pages/municipal/municipal.vue
  14. 7 7
      pages/oldrenovation/courtyard/courtyard.vue
  15. 26 26
      pages/oldrenovation/courtyard/newcourtyard.vue
  16. 2 2
      pages/oldrenovation/indoor/indoor.vue
  17. 2 2
      pages/oldrenovation/overhead/newoverhead.vue
  18. 2 2
      pages/oldrenovation/overhead/overhead.vue
  19. 18 18
      pages/open_bolt/open_bolt.vue
  20. 2 2
      pages/pipe_jacking/pipe_jacking.vue
  21. 16 16
      pages/statistics/historyDetailMunicipal.vue
  22. 2 2
      pages/statistics/historyDetails.vue
  23. 33 33
      pages/statistics/historyDetailsCourtyard.vue
  24. 26 26
      pages/statistics/historyDetailsEnginproject.vue
  25. 2 2
      pages/statistics/historyDetailsInfrastructure.vue
  26. 2 2
      pages/statistics/historyDetailsMouth.vue
  27. 2 2
      pages/statistics/historyDetailsTopTube.vue
  28. 8 8
      pages/statistics/history_details_bottom_leg.vue
  29. 36 36
      pages/statistics/history_gas_sealing.vue
  30. 10 10
      pages/surge_tank/surge_tank.vue

+ 36 - 36
components/bottomSheet/bottomSheet.vue

@@ -121,13 +121,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.stonePowder)">
 												@click="showPhoto(index,value.stonePowder)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -142,13 +142,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.warningtTape)">
 												@click="showPhoto(index,value.warningtTape)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -163,13 +163,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.photosAfter)">
 												@click="showPhoto(index,value.photosAfter)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 
 
 									</view>
 									</view>
@@ -222,13 +222,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.beforeBottom)">
 												@click="showPhoto(index,value.beforeBottom)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -243,13 +243,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.legBackfilling)">
 												@click="showPhoto(index,value.legBackfilling)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -264,13 +264,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.inferiorSulcus)">
 												@click="showPhoto(index,value.inferiorSulcus)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 
 
 									</view>
 									</view>
@@ -285,13 +285,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.onTheDitch)">
 												@click="showPhoto(index,value.onTheDitch)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -319,13 +319,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.boxBrand)">
 												@click="showPhoto(index,value.boxBrand)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -339,13 +339,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.stonePowder)">
 												@click="showPhoto(index,value.stonePowder)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -359,13 +359,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.lightning)">
 												@click="showPhoto(index,value.lightning)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -379,13 +379,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.bottomLeg)">
 												@click="showPhoto(index,value.bottomLeg)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -399,13 +399,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.groundHardening)">
 												@click="showPhoto(index,value.groundHardening)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -433,13 +433,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.cannula)">
 												@click="showPhoto(index,value.cannula)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -453,13 +453,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.wallPlaster)">
 												@click="showPhoto(index,value.wallPlaster)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -473,13 +473,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.protectiveNet)">
 												@click="showPhoto(index,value.protectiveNet)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -493,13 +493,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.starAnise)">
 												@click="showPhoto(index,value.starAnise)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -530,13 +530,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 
 
 									</view>
 									</view>
@@ -559,13 +559,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 
 
 									</view>
 									</view>

+ 34 - 34
components/bottomSheet/bottomSheetGasSealing.vue

@@ -48,13 +48,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peHolesOpening)">
 												@click="showPhoto(index,value.peHolesOpening)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -68,13 +68,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.pePlugging)">
 												@click="showPhoto(index,value.pePlugging)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -89,13 +89,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peHomeworkDone)">
 												@click="showPhoto(index,value.peHomeworkDone)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -110,13 +110,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peSaddleWelding)">
 												@click="showPhoto(index,value.peSaddleWelding)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -131,13 +131,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peAirtightTest)">
 												@click="showPhoto(index,value.peAirtightTest)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -152,13 +152,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peCollisionOperating)">
 												@click="showPhoto(index,value.peCollisionOperating)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -173,13 +173,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.peAirrecovering)">
 												@click="showPhoto(index,value.peAirrecovering)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -198,13 +198,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironHolesOpening)">
 												@click="showPhoto(index,value.ironHolesOpening)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -218,13 +218,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironCleaning)">
 												@click="showPhoto(index,value.ironCleaning)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -239,13 +239,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironHomeworkDone)">
 												@click="showPhoto(index,value.ironHomeworkDone)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -260,13 +260,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironPipelineThickness)">
 												@click="showPhoto(index,value.ironPipelineThickness)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -281,13 +281,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.iron4Welding)">
 												@click="showPhoto(index,value.iron4Welding)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -302,13 +302,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironBypassWelding)">
 												@click="showPhoto(index,value.ironBypassWelding)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -323,13 +323,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironNitrogenPurging)">
 												@click="showPhoto(index,value.ironNitrogenPurging)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -344,13 +344,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironPipelineReplacing)">
 												@click="showPhoto(index,value.ironPipelineReplacing)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -365,13 +365,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ironLowerEndCap)">
 												@click="showPhoto(index,value.ironLowerEndCap)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -387,13 +387,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.iron4Aczoiling)">
 												@click="showPhoto(index,value.iron4Aczoiling)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>

+ 30 - 30
components/bottomSheet/bottomSheetMore.vue

@@ -78,13 +78,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.constructionRecords)">
 												@click="showPhoto(index,value.constructionRecords)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view> -->
 								</view> -->
@@ -100,13 +100,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.ductalEpithelium)">
 												@click="showPhoto(index,value.ductalEpithelium)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -121,13 +121,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.trenchProspect)">
 												@click="showPhoto(index,value.trenchProspect)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -141,13 +141,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.video)">
 												@click="showPhoto(index,value.video)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 
 
 									</view>
 									</view>
@@ -165,13 +165,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.welding)">
 												@click="showPhoto(index,value.welding)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -186,13 +186,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.aczoiling)">
 												@click="showPhoto(index,value.aczoiling)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -209,13 +209,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.piping)">
 												@click="showPhoto(index,value.piping)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -230,13 +230,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.warning)">
 												@click="showPhoto(index,value.warning)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -251,13 +251,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.backfilling)">
 												@click="showPhoto(index,value.backfilling)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -276,13 +276,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.boxBrand)">
 												@click="showPhoto(index,value.boxBrand)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -296,13 +296,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.stonePowder)">
 												@click="showPhoto(index,value.stonePowder)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -316,13 +316,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.lightning)">
 												@click="showPhoto(index,value.lightning)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -336,13 +336,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.bottomLeg)">
 												@click="showPhoto(index,value.bottomLeg)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -356,13 +356,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.groundHardening)">
 												@click="showPhoto(index,value.groundHardening)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -374,13 +374,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>

+ 26 - 26
components/bottomSheet/bottomSheetMoreNew.vue

@@ -79,13 +79,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -103,13 +103,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.boxBrand)">
 												@click="showPhoto(index,value.boxBrand)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -123,13 +123,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.stonePowder)">
 												@click="showPhoto(index,value.stonePowder)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -143,13 +143,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.lightning)">
 												@click="showPhoto(index,value.lightning)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -163,13 +163,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.bottomLeg)">
 												@click="showPhoto(index,value.bottomLeg)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -183,13 +183,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.groundHardening)">
 												@click="showPhoto(index,value.groundHardening)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -208,13 +208,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.cannula)">
 												@click="showPhoto(index,value.cannula)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -228,13 +228,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.wallPlaster)">
 												@click="showPhoto(index,value.wallPlaster)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -248,13 +248,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.protectiveNet)">
 												@click="showPhoto(index,value.protectiveNet)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -268,13 +268,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.starAnise)">
 												@click="showPhoto(index,value.starAnise)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -290,13 +290,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -310,13 +310,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -330,13 +330,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 												@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 									</view>
 									</view>
 								</view>
 								</view>

+ 2 - 2
pages/DailyLog/daily_log.vue

@@ -52,12 +52,12 @@
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index)">
 										@click="showPhoto(index)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index)"
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 4 - 4
pages/TopPipeWork/TopPipeWork.vue

@@ -78,13 +78,13 @@
 							<view
 							<view
 								v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 								v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 								<image :src="item.picUrl" mode=""
 								<image :src="item.picUrl" mode=""
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 									@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 							<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 								<video :src="item.picUrl"
 								<video :src="item.picUrl"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 
 
 
 
@@ -194,12 +194,12 @@
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index)">
 								@click="showPhoto(index)">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index)"
 						<view @click="remove(index)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 8 - 8
pages/bottom_leg/bottom_leg.vue

@@ -131,12 +131,12 @@
 					<view v-for="(item,index) in imgArr1" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr1" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,1)">
 								@click="showPhoto(index,1)">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,1)"
 						<view @click="remove(index,1)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -154,12 +154,12 @@
 					<view v-for="(item,index) in imgArr2" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr2" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,2)">
 								@click="showPhoto(index,2)">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,2)"
 						<view @click="remove(index,2)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -177,12 +177,12 @@
 					<view v-for="(item,index) in imgArr3" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr3" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,3)">
 								@click="showPhoto(index,3)">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,3)"
 						<view @click="remove(index,3)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -200,12 +200,12 @@
 					<view v-for="(item,index) in imgArr0" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr0" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,1)">
 								@click="showPhoto(index,1)">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,0)"
 						<view @click="remove(index,0)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/collision/collisionMouth.vue

@@ -86,12 +86,12 @@
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'other')">
 											@click="showPhoto(index,'other')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'other')"
 									<view @click="remove(index,'other')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 3 - 3
pages/dangerous/dangerous.vue

@@ -328,14 +328,14 @@
 						<image :src="loadImgSrc('updateimg.png')" mode=""
 						<image :src="loadImgSrc('updateimg.png')" mode=""
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose"></image>
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose"></image>
 						<view v-for="(item,index) in fileArr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileArr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg' || item.picUrl.substring(item.picUrl.length - 4) == 'jpeg' "
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg' || item.picUrl.substring(item.picUrl.length - 4) == 'jpeg' "
 									:src="item.picUrl" @click="this.showPhoto(item.picUrl,fileArr)"
 									:src="item.picUrl" @click="this.showPhoto(item.picUrl,fileArr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'"
 								<video v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'"
-									:src="item.picUrl" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									:src="item.picUrl" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item.picUrl,item.fileName)">
 								<text v-else @click="chooseModel(item.picUrl,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}

+ 28 - 28
pages/enginproject/enginproject.vue

@@ -113,13 +113,13 @@
 								<view
 								<view
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 									<image :src="item.picUrl" mode=""
 									<image :src="item.picUrl" mode=""
-										style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 										@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 								<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 									<video :src="item.picUrl"
 									<video :src="item.picUrl"
-										style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 
 
 
 
@@ -236,12 +236,12 @@
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'  ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'other')">
 											@click="showPhoto(index,'other')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'other')"
 									<view @click="remove(index,'other')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -264,12 +264,12 @@
 								<view v-for="(item,index) in imgHtqArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgHtqArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'htq')">
 											@click="showPhoto(index,'htq')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'htq')"
 									<view @click="remove(index,'htq')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -289,13 +289,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'jsdps')">
 												@click="showPhoto(index,'jsdps')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'jsdps')"
 										<view @click="remove(index,'jsdps')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -315,13 +315,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'hth')">
 												@click="showPhoto(index,'hth')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'hth')"
 										<view @click="remove(index,'hth')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -343,12 +343,12 @@
 								<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Box')">
 											@click="showPhoto(index,'Box')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Box')"
 									<view @click="remove(index,'Box')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -367,12 +367,12 @@
 								<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Sfht')">
 											@click="showPhoto(index,'Sfht')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Sfht')"
 									<view @click="remove(index,'Sfht')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -392,13 +392,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Fljd')">
 												@click="showPhoto(index,'Fljd')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Fljd')"
 										<view @click="remove(index,'Fljd')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -419,13 +419,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Dtlj')">
 													@click="showPhoto(index,'Dtlj')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Dtlj')"
 											<view @click="remove(index,'Dtlj')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -448,13 +448,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Hldmyh')">
 													@click="showPhoto(index,'Hldmyh')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Hldmyh')"
 											<view @click="remove(index,'Hldmyh')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -478,12 +478,12 @@
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Tg')">
 											@click="showPhoto(index,'Tg')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Tg')"
 									<view @click="remove(index,'Tg')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -502,12 +502,12 @@
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Nbmh')">
 											@click="showPhoto(index,'Nbmh')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Nbmh')"
 									<view @click="remove(index,'Nbmh')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -527,13 +527,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Fhw')">
 												@click="showPhoto(index,'Fhw')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Fhw')"
 										<view @click="remove(index,'Fhw')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -554,13 +554,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Bj')">
 													@click="showPhoto(index,'Bj')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Bj')"
 											<view @click="remove(index,'Bj')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 45 - 45
pages/gas_sealing_project/gas_sealing_project.vue

@@ -73,14 +73,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileOpenArr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileOpenArr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileOpenArr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileOpenArr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileOpenArr.indexOf(item),fileOpenArr)"
 									:src="item" @click="this.showPhoto(fileOpenArr.indexOf(item),fileOpenArr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -104,14 +104,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePluggingArr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePluggingArr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePluggingArr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePluggingArr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePluggingArr.indexOf(item),filePluggingArr)"
 									:src="item" @click="this.showPhoto(filePluggingArr.indexOf(item),filePluggingArr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -135,14 +135,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileWorkArr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileWorkArr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileWorkArr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileWorkArr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileWorkArr.indexOf(item),fileWorkArr)"
 									:src="item" @click="this.showPhoto(fileWorkArr.indexOf(item),fileWorkArr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -168,14 +168,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE01Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE01Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePE01Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePE01Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePE01Arr.indexOf(item),filePE01Arr)"
 									:src="item" @click="this.showPhoto(filePE01Arr.indexOf(item),filePE01Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -199,14 +199,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE02Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE02Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePE02Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePE02Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePE02Arr.indexOf(item),filePE02Arr)"
 									:src="item" @click="this.showPhoto(filePE02Arr.indexOf(item),filePE02Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -230,14 +230,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE03Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE03Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePE03Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePE03Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePE03Arr.indexOf(item),filePE03Arr)"
 									:src="item" @click="this.showPhoto(filePE03Arr.indexOf(item),filePE03Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -261,14 +261,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE04Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE04Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePE04Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePE04Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePE04Arr.indexOf(item),filePE04Arr)"
 									:src="item" @click="this.showPhoto(filePE04Arr.indexOf(item),filePE04Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -291,14 +291,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE05Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE05Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in filePE05Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in filePE05Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(filePE05Arr.indexOf(item),filePE05Arr)"
 									:src="item" @click="this.showPhoto(filePE05Arr.indexOf(item),filePE05Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -325,14 +325,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel01Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel01Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel01Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel01Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel01Arr.indexOf(item),fileSteel01Arr)"
 									:src="item" @click="this.showPhoto(fileSteel01Arr.indexOf(item),fileSteel01Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -356,14 +356,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel02Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel02Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel02Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel02Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel02Arr.indexOf(item),fileSteel02Arr)"
 									:src="item" @click="this.showPhoto(fileSteel02Arr.indexOf(item),fileSteel02Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -388,14 +388,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel03Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel03Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel03Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel03Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel03Arr.indexOf(item),fileSteel03Arr)"
 									:src="item" @click="this.showPhoto(fileSteel03Arr.indexOf(item),fileSteel03Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -419,14 +419,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel04Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel04Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel04Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel04Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel04Arr.indexOf(item),fileSteel04Arr)"
 									:src="item" @click="this.showPhoto(fileSteel04Arr.indexOf(item),fileSteel04Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -450,14 +450,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel05Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel05Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel05Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel05Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel05Arr.indexOf(item),fileSteel05Arr)"
 									:src="item" @click="this.showPhoto(fileSteel05Arr.indexOf(item),fileSteel05Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -481,14 +481,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel06Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel06Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel06Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel06Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel06Arr.indexOf(item),fileSteel06Arr)"
 									:src="item" @click="this.showPhoto(fileSteel06Arr.indexOf(item),fileSteel06Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}
@@ -512,14 +512,14 @@
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel07Arr')">
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel07Arr')">
 						</image>
 						</image>
 						<view v-for="(item,index) in fileSteel07Arr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in fileSteel07Arr" :key="index" style="position: relative;">
-							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+							<view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								<image
 								<image
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
 									:src="item" @click="this.showPhoto(fileSteel07Arr.indexOf(item),fileSteel07Arr)"
 									:src="item" @click="this.showPhoto(fileSteel07Arr.indexOf(item),fileSteel07Arr)"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</image>
 								</image>
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
 								<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
 								</video>
 								</video>
 								<text v-else @click="chooseModel(item,item.fileName)">
 								<text v-else @click="chooseModel(item,item.fileName)">
 									{{item.fileName}}
 									{{item.fileName}}

+ 4 - 4
pages/infrastructure/infrastructure.vue

@@ -81,13 +81,13 @@
 							<view
 							<view
 								v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 								v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 								<image :src="item.picUrl" mode=""
 								<image :src="item.picUrl" mode=""
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 									@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 							<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 								<video :src="item.picUrl"
 								<video :src="item.picUrl"
-									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view v-else @click="chooseModel(item.picUrl,item.fileName)">
 							<view v-else @click="chooseModel(item.picUrl,item.fileName)">
 								{{item.fileName}}
 								{{item.fileName}}
@@ -214,12 +214,12 @@
 				<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 				<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 					<view
 					<view
 						v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 						v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-						<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+						<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 							@click="showPhoto(index)">
 							@click="showPhoto(index)">
 						</image>
 						</image>
 					</view>
 					</view>
 					<view v-else>
 					<view v-else>
-						<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+						<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 					</view>
 					</view>
 					<view @click="remove(index)" style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 					<view @click="remove(index)" style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 						<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 						<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">

+ 18 - 18
pages/municipal/municipal.vue

@@ -115,13 +115,13 @@
 								<view
 								<view
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 									v-if="item.picUrl.substring(item.picUrl.length - 3) == 'png' || item.picUrl.substring(item.picUrl.length - 3) == 'jpg'||item.picUrl.substring(item.picUrl.length-4)=='jpeg' ">
 									<image :src="item.picUrl" mode=""
 									<image :src="item.picUrl" mode=""
-										style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 										@click="showPhotoFile(fileImageArr.indexOf(item.picUrl))">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 								<view v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'">
 									<video :src="item.picUrl"
 									<video :src="item.picUrl"
-										style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 
 
 
 
@@ -237,12 +237,12 @@
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'other')">
 											@click="showPhoto(index,'other')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'other')"
 									<view @click="remove(index,'other')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -264,12 +264,12 @@
 								<view v-for="(item,index) in imgHtqArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgHtqArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'htq')">
 											@click="showPhoto(index,'htq')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'htq')"
 									<view @click="remove(index,'htq')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -289,13 +289,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'jsdps')">
 												@click="showPhoto(index,'jsdps')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'jsdps')"
 										<view @click="remove(index,'jsdps')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -315,13 +315,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'hth')">
 												@click="showPhoto(index,'hth')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'hth')"
 										<view @click="remove(index,'hth')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -345,12 +345,12 @@
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Tg')">
 											@click="showPhoto(index,'Tg')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Tg')"
 									<view @click="remove(index,'Tg')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -369,12 +369,12 @@
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Nbmh')">
 											@click="showPhoto(index,'Nbmh')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Nbmh')"
 									<view @click="remove(index,'Nbmh')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -394,13 +394,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Fhw')">
 												@click="showPhoto(index,'Fhw')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Fhw')"
 										<view @click="remove(index,'Fhw')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -421,13 +421,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Bj')">
 													@click="showPhoto(index,'Bj')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Bj')"
 											<view @click="remove(index,'Bj')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 7 - 7
pages/oldrenovation/courtyard/courtyard.vue

@@ -147,12 +147,12 @@
 							<view v-for="(item,index) in imgPipelineArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgPipelineArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,'gdsgjl')">
 										@click="showPhoto(index,'gdsgjl')">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,'gdsgjl')"
 								<view @click="remove(index,'gdsgjl')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -171,12 +171,12 @@
 							<view v-for="(item,index) in imgGuanArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgGuanArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,'gspsdcl')">
 										@click="showPhoto(index,'gspsdcl')">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,'gspsdcl')"
 								<view @click="remove(index,'gspsdcl')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -195,12 +195,12 @@
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'ggyj')">
 											@click="showPhoto(index,'ggyj')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'ggyj')"
 									<view @click="remove(index,'ggyj')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -219,7 +219,7 @@
 									<view v-for="(item,index) in videoArr" :key="index" style="position: relative;">
 									<view v-for="(item,index) in videoArr" :key="index" style="position: relative;">
 
 
 
 
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 
 
 										<view @click="remove(index,'video')"
 										<view @click="remove(index,'video')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 26 - 26
pages/oldrenovation/courtyard/newcourtyard.vue

@@ -112,12 +112,12 @@
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,'other')">
 										@click="showPhoto(index,'other')">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,'other')"
 								<view @click="remove(index,'other')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -137,12 +137,12 @@
 								<view v-for="(item,index) in stonePowderArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in stonePowderArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'sfht')">
 											@click="showPhoto(index,'sfht')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'sfht')"
 									<view @click="remove(index,'sfht')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -162,13 +162,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'jsdps')">
 												@click="showPhoto(index,'jsdps')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'jsdps')"
 										<view @click="remove(index,'jsdps')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -189,13 +189,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'hth')">
 													@click="showPhoto(index,'hth')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'hth')"
 											<view @click="remove(index,'hth')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -219,12 +219,12 @@
 								<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Box')">
 											@click="showPhoto(index,'Box')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Box')"
 									<view @click="remove(index,'Box')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -243,12 +243,12 @@
 								<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Sfht')">
 											@click="showPhoto(index,'Sfht')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Sfht')"
 									<view @click="remove(index,'Sfht')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -268,13 +268,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Fljd')">
 												@click="showPhoto(index,'Fljd')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Fljd')"
 										<view @click="remove(index,'Fljd')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -295,13 +295,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Dtlj')">
 													@click="showPhoto(index,'Dtlj')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Dtlj')"
 											<view @click="remove(index,'Dtlj')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -324,13 +324,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Hldmyh')">
 													@click="showPhoto(index,'Hldmyh')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Hldmyh')"
 											<view @click="remove(index,'Hldmyh')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -355,12 +355,12 @@
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Tg')">
 											@click="showPhoto(index,'Tg')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Tg')"
 									<view @click="remove(index,'Tg')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -379,12 +379,12 @@
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Nbmh')">
 											@click="showPhoto(index,'Nbmh')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Nbmh')"
 									<view @click="remove(index,'Nbmh')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -404,13 +404,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Fhw')">
 												@click="showPhoto(index,'Fhw')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Fhw')"
 										<view @click="remove(index,'Fhw')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -431,13 +431,13 @@
 											<view
 											<view
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 												<image :src="item" mode=""
 												<image :src="item" mode=""
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 													@click="showPhoto(index,'Bj')">
 													@click="showPhoto(index,'Bj')">
 												</image>
 												</image>
 											</view>
 											</view>
 											<view v-else>
 											<view v-else>
 												<video :src="item"
 												<video :src="item"
-													style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+													style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 											</view>
 											</view>
 											<view @click="remove(index,'Bj')"
 											<view @click="remove(index,'Bj')"
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 												style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/oldrenovation/indoor/indoor.vue

@@ -523,12 +523,12 @@
 						<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 						<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index)">
 									@click="showPhoto(index)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="remove(index)"
 							<view @click="remove(index)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/oldrenovation/overhead/newoverhead.vue

@@ -169,12 +169,12 @@
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index)">
 										@click="showPhoto(index)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index)"
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/oldrenovation/overhead/overhead.vue

@@ -128,12 +128,12 @@
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index)">
 										@click="showPhoto(index)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index)"
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 18 - 18
pages/open_bolt/open_bolt.vue

@@ -130,12 +130,12 @@
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'1')">
 								@click="showPhoto(index,'1')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'1')"
 						<view @click="remove(index,'1')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -175,12 +175,12 @@
 					<view v-for="(item,index) in imgArr2" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr2" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'2')">
 								@click="showPhoto(index,'2')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'2')"
 						<view @click="remove(index,'2')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -272,12 +272,12 @@
 					<view v-for="(item,index) in imgArr3" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr3" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'3')">
 								@click="showPhoto(index,'3')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'3')"
 						<view @click="remove(index,'3')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -315,12 +315,12 @@
 					<view v-for="(item,index) in imgArr4" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr4" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'4')">
 								@click="showPhoto(index,'4')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'4')"
 						<view @click="remove(index,'4')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -373,12 +373,12 @@
 					<view v-for="(item,index) in imgArr5" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr5" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'5')">
 								@click="showPhoto(index,'5')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'5')"
 						<view @click="remove(index,'5')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -402,12 +402,12 @@
 					<view v-for="(item,index) in imgArr6" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr6" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'6')">
 								@click="showPhoto(index,'6')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'6')"
 						<view @click="remove(index,'6')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -446,12 +446,12 @@
 					<view v-for="(item,index) in imgArr7" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr7" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'7')">
 								@click="showPhoto(index,'7')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'7')"
 						<view @click="remove(index,'7')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -475,12 +475,12 @@
 					<view v-for="(item,index) in imgArr8" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr8" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'8')">
 								@click="showPhoto(index,'8')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'8')"
 						<view @click="remove(index,'8')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -504,12 +504,12 @@
 					<view v-for="(item,index) in imgArr9" :key="index" style="position: relative;">
 					<view v-for="(item,index) in imgArr9" :key="index" style="position: relative;">
 						<view
 						<view
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 							v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-							<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 								@click="showPhoto(index,'9')">
 								@click="showPhoto(index,'9')">
 							</image>
 							</image>
 						</view>
 						</view>
 						<view v-else>
 						<view v-else>
-							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+							<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 						</view>
 						</view>
 						<view @click="remove(index,'9')"
 						<view @click="remove(index,'9')"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/pipe_jacking/pipe_jacking.vue

@@ -169,12 +169,12 @@
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index)">
 										@click="showPhoto(index)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index)"
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 16 - 16
pages/statistics/historyDetailMunicipal.vue

@@ -89,12 +89,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'other')"
 							<view @click="removeht(index,key,'other')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -121,12 +121,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'htq')"
 							<view @click="removeht(index,key,'htq')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -148,12 +148,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'jsdps')"
 							<view @click="removeht(index,key,'jsdps')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -175,12 +175,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'hth')"
 							<view @click="removeht(index,key,'hth')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -205,12 +205,12 @@
 						<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.cannula)">
 									@click="showPhoto(index,value.cannula)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Tg')"
 							<view @click="removeht(index,key,'Tg')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -232,12 +232,12 @@
 						<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.wallPlaster)">
 									@click="showPhoto(index,value.wallPlaster)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Nbmh')"
 							<view @click="removeht(index,key,'Nbmh')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -260,12 +260,12 @@
 						<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.protectiveNet)">
 									@click="showPhoto(index,value.protectiveNet)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Fhw')"
 							<view @click="removeht(index,key,'Fhw')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -287,12 +287,12 @@
 						<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.starAnise)">
 									@click="showPhoto(index,value.starAnise)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Bj')"
 							<view @click="removeht(index,key,'Bj')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/statistics/historyDetails.vue

@@ -141,12 +141,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="remove(index,key)"
 							<view @click="remove(index,key)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 33 - 33
pages/statistics/historyDetailsCourtyard.vue

@@ -39,12 +39,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 										@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,key)"
 								<view @click="remove(index,key)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -114,12 +114,12 @@
 							<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.stonePowder)">
 										@click="showPhoto(index,value.stonePowder)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'sfht')"
 								<view @click="removeht(index,key,'sfht')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -140,12 +140,12 @@
 							<view v-for="(item,index) in value.warningtTape" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.warningtTape" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.warningtTape)">
 										@click="showPhoto(index,value.warningtTape)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'jsdps')"
 								<view @click="removeht(index,key,'jsdps')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -166,12 +166,12 @@
 							<view v-for="(item,index) in value.photosAfter" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.photosAfter" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.photosAfter)">
 										@click="showPhoto(index,value.photosAfter)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'hth')"
 								<view @click="removeht(index,key,'hth')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -238,12 +238,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.constructionRecords)">
 										@click="showPhoto(index,value.constructionRecords)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'gdsgjl')"
 								<view @click="removeht(index,key,'gdsgjl')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -267,12 +267,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ductalEpithelium)">
 										@click="showPhoto(index,value.ductalEpithelium)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'gspsdcl')"
 								<view @click="removeht(index,key,'gspsdcl')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -294,12 +294,12 @@
 							<view v-for="(item,index) in value.trenchProspect" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.trenchProspect" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.trenchProspect)">
 										@click="showPhoto(index,value.trenchProspect)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'ggyj')"
 								<view @click="removeht(index,key,'ggyj')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -321,7 +321,7 @@
 							<view v-for="(item,index) in value.video" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.video" :key="index" style="position: relative;">
 
 
 								<view>
 								<view>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'video')"
 								<view @click="removeht(index,key,'video')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -346,12 +346,12 @@
 							<view v-for="(item,index) in value.boxBrand" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.boxBrand" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.boxBrand)">
 										@click="showPhoto(index,value.boxBrand)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Box')"
 								<view @click="removeht(index,key,'Box')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -374,12 +374,12 @@
 							<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.stonePowder)">
 										@click="showPhoto(index,value.stonePowder)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Sfht')"
 								<view @click="removeht(index,key,'Sfht')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -402,12 +402,12 @@
 							<view v-for="(item,index) in value.lightning" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.lightning" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.lightning)">
 										@click="showPhoto(index,value.lightning)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Fljd')"
 								<view @click="removeht(index,key,'Fljd')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -430,12 +430,12 @@
 							<view v-for="(item,index) in value.bottomLeg" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.bottomLeg" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.bottomLeg)">
 										@click="showPhoto(index,value.bottomLeg)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Fljd')"
 								<view @click="removeht(index,key,'Fljd')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -459,12 +459,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.groundHardening)">
 										@click="showPhoto(index,value.groundHardening)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Hldmyh')"
 								<view @click="removeht(index,key,'Hldmyh')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -488,12 +488,12 @@
 							<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.cannula)">
 										@click="showPhoto(index,value.cannula)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Tg')"
 								<view @click="removeht(index,key,'Tg')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -516,12 +516,12 @@
 							<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.wallPlaster)">
 										@click="showPhoto(index,value.wallPlaster)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Nbmh')"
 								<view @click="removeht(index,key,'Nbmh')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -544,12 +544,12 @@
 							<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.protectiveNet)">
 										@click="showPhoto(index,value.protectiveNet)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Fhw')"
 								<view @click="removeht(index,key,'Fhw')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -571,12 +571,12 @@
 							<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.starAnise)">
 										@click="showPhoto(index,value.starAnise)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="removeht(index,key,'Bj')"
 								<view @click="removeht(index,key,'Bj')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 26 - 26
pages/statistics/historyDetailsEnginproject.vue

@@ -87,12 +87,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="remove(index,key)"
 							<view @click="remove(index,key)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -118,12 +118,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListOne)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'htq')"
 							<view @click="removeht(index,key,'htq')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -145,12 +145,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListTwo)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'jsdps')"
 							<view @click="removeht(index,key,'jsdps')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -172,12 +172,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoListThree)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'hth')"
 							<view @click="removeht(index,key,'hth')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -207,12 +207,12 @@
 						<view v-for="(item,index) in value.boxBrand" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.boxBrand" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.boxBrand)">
 									@click="showPhoto(index,value.boxBrand)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Box')"
 							<view @click="removeht(index,key,'Box')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -235,12 +235,12 @@
 						<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.stonePowder" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.stonePowder)">
 									@click="showPhoto(index,value.stonePowder)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Sfht')"
 							<view @click="removeht(index,key,'Sfht')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -263,12 +263,12 @@
 						<view v-for="(item,index) in value.lightning" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.lightning" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.lightning)">
 									@click="showPhoto(index,value.lightning)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Fljd')"
 							<view @click="removeht(index,key,'Fljd')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -291,12 +291,12 @@
 						<view v-for="(item,index) in value.bottomLeg" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.bottomLeg" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.bottomLeg)">
 									@click="showPhoto(index,value.bottomLeg)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Fljd')"
 							<view @click="removeht(index,key,'Fljd')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -319,12 +319,12 @@
 						<view v-for="(item,index) in value.groundHardening" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.groundHardening" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.groundHardening)">
 									@click="showPhoto(index,value.groundHardening)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Hldmyh')"
 							<view @click="removeht(index,key,'Hldmyh')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -349,12 +349,12 @@
 						<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.cannula" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.cannula)">
 									@click="showPhoto(index,value.cannula)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Tg')"
 							<view @click="removeht(index,key,'Tg')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -376,12 +376,12 @@
 						<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.wallPlaster" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.wallPlaster)">
 									@click="showPhoto(index,value.wallPlaster)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Nbmh')"
 							<view @click="removeht(index,key,'Nbmh')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -404,12 +404,12 @@
 						<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.protectiveNet" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.protectiveNet)">
 									@click="showPhoto(index,value.protectiveNet)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Fhw')"
 							<view @click="removeht(index,key,'Fhw')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -431,12 +431,12 @@
 						<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 						<view v-for="(item,index) in value.starAnise" :key="index" style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.starAnise)">
 									@click="showPhoto(index,value.starAnise)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'Bj')"
 							<view @click="removeht(index,key,'Bj')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/statistics/historyDetailsInfrastructure.vue

@@ -91,12 +91,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="remove(index,key)"
 							<view @click="remove(index,key)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/statistics/historyDetailsMouth.vue

@@ -54,12 +54,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="removeht(index,key,'other')"
 							<view @click="removeht(index,key,'other')"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 2 - 2
pages/statistics/historyDetailsTopTube.vue

@@ -81,12 +81,12 @@
 							style="position: relative;">
 							style="position: relative;">
 							<view
 							<view
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 								v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-								<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 									@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
 								</image>
 								</image>
 							</view>
 							</view>
 							<view v-else>
 							<view v-else>
-								<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+								<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 							</view>
 							</view>
 							<view @click="remove(index,key)"
 							<view @click="remove(index,key)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 8 - 8
pages/statistics/history_details_bottom_leg.vue

@@ -65,13 +65,13 @@
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										<image :src="item" mode=""
 										<image :src="item" mode=""
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,value.beforeBottom)">
 											@click="showPhoto(index,value.beforeBottom)">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
 										<video :src="item"
 										<video :src="item"
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="removeht(index,key,1)"
 									<view @click="removeht(index,key,1)"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -98,13 +98,13 @@
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										<image :src="item" mode=""
 										<image :src="item" mode=""
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,value.legBackfilling)">
 											@click="showPhoto(index,value.legBackfilling)">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
 										<video :src="item"
 										<video :src="item"
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="removeht(index,key,2)"
 									<view @click="removeht(index,key,2)"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -130,13 +130,13 @@
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										<image :src="item" mode=""
 										<image :src="item" mode=""
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,value.inferiorSulcus)">
 											@click="showPhoto(index,value.inferiorSulcus)">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
 										<video :src="item"
 										<video :src="item"
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="removeht(index,key,3)"
 									<view @click="removeht(index,key,3)"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -161,13 +161,13 @@
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										<image :src="item" mode=""
 										<image :src="item" mode=""
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,value.onTheDitch)">
 											@click="showPhoto(index,value.onTheDitch)">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
 										<video :src="item"
 										<video :src="item"
-											style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+											style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="removeht(index,key,0)"
 									<view @click="removeht(index,key,0)"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 36 - 36
pages/statistics/history_gas_sealing.vue

@@ -85,12 +85,12 @@
 							<view v-for="(item,index) in value.peHolesOpening" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.peHolesOpening" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peHolesOpening)">
 										@click="showPhoto(index,value.peHolesOpening)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peHolesOpening)"
 								<view @click="remove(index,value.peHolesOpening)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -113,12 +113,12 @@
 							<view v-for="(item,index) in value.pePlugging" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.pePlugging" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.pePlugging)">
 										@click="showPhoto(index,value.pePlugging)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.pePlugging)"
 								<view @click="remove(index,value.pePlugging)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -141,12 +141,12 @@
 							<view v-for="(item,index) in value.peHomeworkDone" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.peHomeworkDone" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peHomeworkDone)">
 										@click="showPhoto(index,value.peHomeworkDone)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peHomeworkDone)"
 								<view @click="remove(index,value.peHomeworkDone)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -170,12 +170,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peSaddleWelding)">
 										@click="showPhoto(index,value.peSaddleWelding)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peSaddleWelding)"
 								<view @click="remove(index,value.peSaddleWelding)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -198,12 +198,12 @@
 							<view v-for="(item,index) in value.peAirtightTest" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.peAirtightTest" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peAirtightTest)">
 										@click="showPhoto(index,value.peAirtightTest)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peAirtightTest)"
 								<view @click="remove(index,value.peAirtightTest)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -226,12 +226,12 @@
 							<view v-for="(item,index) in value.peCleaning" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.peCleaning" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peCleaning)">
 										@click="showPhoto(index,value.peCleaning)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peCleaning)"
 								<view @click="remove(index,value.peCleaning)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -255,12 +255,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peCollisionOperating)">
 										@click="showPhoto(index,value.peCollisionOperating)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peCollisionOperating)"
 								<view @click="remove(index,value.peCollisionOperating)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -284,12 +284,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.peAirrecovering)">
 										@click="showPhoto(index,value.peAirrecovering)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.peAirrecovering)"
 								<view @click="remove(index,value.peAirrecovering)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -316,12 +316,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironHolesOpening)">
 										@click="showPhoto(index,value.ironHolesOpening)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironHolesOpening)"
 								<view @click="remove(index,value.ironHolesOpening)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -344,12 +344,12 @@
 							<view v-for="(item,index) in value.ironCleaning" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.ironCleaning" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironCleaning)">
 										@click="showPhoto(index,value.ironCleaning)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironCleaning)"
 								<view @click="remove(index,value.ironCleaning)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -373,12 +373,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironHomeworkDone)">
 										@click="showPhoto(index,value.ironHomeworkDone)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironHomeworkDone)"
 								<view @click="remove(index,value.ironHomeworkDone)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -402,12 +402,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironPipelineThickness)">
 										@click="showPhoto(index,value.ironPipelineThickness)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironPipelineThickness)"
 								<view @click="remove(index,value.ironPipelineThickness)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -430,12 +430,12 @@
 							<view v-for="(item,index) in value.iron4Welding" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.iron4Welding" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.iron4Welding)">
 										@click="showPhoto(index,value.iron4Welding)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.iron4Welding)"
 								<view @click="remove(index,value.iron4Welding)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -459,12 +459,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironBypassWelding)">
 										@click="showPhoto(index,value.ironBypassWelding)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironBypassWelding)"
 								<view @click="remove(index,value.ironBypassWelding)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -488,12 +488,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironNitrogenPurging)">
 										@click="showPhoto(index,value.ironNitrogenPurging)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironNitrogenPurging)"
 								<view @click="remove(index,value.ironNitrogenPurging)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -517,12 +517,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironPipelineReplacing)">
 										@click="showPhoto(index,value.ironPipelineReplacing)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironPipelineReplacing)"
 								<view @click="remove(index,value.ironPipelineReplacing)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -546,12 +546,12 @@
 								style="position: relative;">
 								style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.ironLowerEndCap)">
 										@click="showPhoto(index,value.ironLowerEndCap)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.ironLowerEndCap)"
 								<view @click="remove(index,value.ironLowerEndCap)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -573,12 +573,12 @@
 							<view v-for="(item,index) in value.iron4Aczoiling" :key="index" style="position: relative;">
 							<view v-for="(item,index) in value.iron4Aczoiling" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,value.iron4Aczoiling)">
 										@click="showPhoto(index,value.iron4Aczoiling)">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,value.iron4Aczoiling)"
 								<view @click="remove(index,value.iron4Aczoiling)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">

+ 10 - 10
pages/surge_tank/surge_tank.vue

@@ -105,12 +105,12 @@
 							<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,'Box')">
 										@click="showPhoto(index,'Box')">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,'Box')"
 								<view @click="remove(index,'Box')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -129,12 +129,12 @@
 							<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 							<view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
 								<view
 								<view
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 									v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-									<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 										@click="showPhoto(index,'Sfht')">
 										@click="showPhoto(index,'Sfht')">
 									</image>
 									</image>
 								</view>
 								</view>
 								<view v-else>
 								<view v-else>
-									<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+									<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 								</view>
 								</view>
 								<view @click="remove(index,'Sfht')"
 								<view @click="remove(index,'Sfht')"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -153,12 +153,12 @@
 								<view v-for="(item,index) in imgFljdArr" :key="index" style="position: relative;">
 								<view v-for="(item,index) in imgFljdArr" :key="index" style="position: relative;">
 									<view
 									<view
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 										v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
-										<image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 											@click="showPhoto(index,'Fljd')">
 											@click="showPhoto(index,'Fljd')">
 										</image>
 										</image>
 									</view>
 									</view>
 									<view v-else>
 									<view v-else>
-										<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										<video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 									</view>
 									</view>
 									<view @click="remove(index,'Fljd')"
 									<view @click="remove(index,'Fljd')"
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 										style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -178,13 +178,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Dtlj')">
 												@click="showPhoto(index,'Dtlj')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Dtlj')"
 										<view @click="remove(index,'Dtlj')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
@@ -204,13 +204,13 @@
 										<view
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
 											<image :src="item" mode=""
 											<image :src="item" mode=""
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
 												@click="showPhoto(index,'Hldmyh')">
 												@click="showPhoto(index,'Hldmyh')">
 											</image>
 											</image>
 										</view>
 										</view>
 										<view v-else>
 										<view v-else>
 											<video :src="item"
 											<video :src="item"
-												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+												style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
 										</view>
 										</view>
 										<view @click="remove(index,'Hldmyh')"
 										<view @click="remove(index,'Hldmyh')"
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 											style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">