b0731bfa by renchao@pashanhoo.com

style:材料信息

1 parent f7cf8c90
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-12 09:54:01 4 * @LastEditTime: 2023-10-12 10:00:08
5 --> 5 -->
6 <template> 6 <template>
7 <div class="rlPopup"> 7 <div class="rlPopup">
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
87 // 缩略图 87 // 缩略图
88 thumbnailImages: [], 88 thumbnailImages: [],
89 showViewer: false, 89 showViewer: false,
90 initialIndex: undefined, 90 initialIndex: 0,
91 allLi: [], 91 allLi: [],
92 } 92 }
93 }, 93 },
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-08 08:35:11 4 * @LastEditTime: 2023-10-12 09:59:39
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clxx"> 7 <div class="clxx">
...@@ -281,6 +281,9 @@ ...@@ -281,6 +281,9 @@
281 this.previewImg.imgList = res.result ? res.result : [] 281 this.previewImg.imgList = res.result ? res.result : []
282 }) 282 })
283 this.previewImg.bsmSj = item?.bsmSj; 283 this.previewImg.bsmSj = item?.bsmSj;
284 if (this.$refs.imageRef) {
285 this.$refs.imageRef.initialIndex = 0
286 }
284 }, 287 },
285 /** 288 /**
286 * @description: 小图片点击 289 * @description: 小图片点击
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-15 15:54:13 4 * @LastEditTime: 2023-10-12 09:58:32
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clxx"> 7 <div class="clxx">
...@@ -272,6 +272,9 @@ ...@@ -272,6 +272,9 @@
272 this.previewImg.imgList = res.result ? res.result : [] 272 this.previewImg.imgList = res.result ? res.result : []
273 }) 273 })
274 this.previewImg.bsmMaterial = item?.bsmMaterial; 274 this.previewImg.bsmMaterial = item?.bsmMaterial;
275 if (this.$refs.imageRef) {
276 this.$refs.imageRef.initialIndex = 0
277 }
275 }, 278 },
276 /** 279 /**
277 * @description: 小图片点击 280 * @description: 小图片点击
......