wangguoyu 15 hours ago
parent
commit
50ddae848c
1 changed files with 1 additions and 1 deletions
  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