liushengqiang 1 tahun lalu
induk
melakukan
c495541e42

+ 1 - 1
src/page-instrument/component/mode-type-mode/index.module.less

@@ -21,7 +21,7 @@
       width: 16vw;
       max-width: 220Px;
       cursor: pointer;
-      object-fit: contain;
+      height: 56px;
     }
   }
 

+ 1 - 1
src/page-instrument/view-product-img/index.tsx

@@ -52,7 +52,7 @@ export default defineComponent({
 		/** 渲染完成 */
 		const handleRendered = async () => {
 			try {
-				console.log(JSON.parse(JSON.stringify(detailData.product)));
+				console.log(JSON.parse(JSON.stringify(detailData.product)), detailData.step);
 			} catch (error) {}
 			detailData.product[detailData.step].state = true;
 			detailData.product[detailData.step].base64 = await downPng();