wangguoyu hace 13 horas
padre
commit
50ddae848c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/sharePopUp/index.vue

+ 1 - 1
components/sharePopUp/index.vue

@@ -123,11 +123,11 @@
 		}
 		// 根据类型添加不同的参数
 		if (shareType == 2) {
-			console.log('props.image',props.image);
 			// 纯图片分享
 			shareConfig.imageUrl = props.image
 		} else {
 			// 图文或链接分享(兼容原有逻辑)
+			console.log('props.image',props.image);
 			shareConfig.title = props.title
 			shareConfig.summary = props.desc
 			shareConfig.imageUrl = props.image