Explorar el Código

抽奖活动分享封面图片

DELL hace 3 años
padre
commit
dcc5004188
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packageOperate/activity/index.vue

+ 2 - 1
packageOperate/activity/index.vue

@@ -281,7 +281,8 @@
 		onShareAppMessage(res) {
 			return {
 				title: '超值宝贝免费抽,参与活动仅需3秒',
-				path: `/pages/index/index?marketingId=${ this.info.id }&inviteCode=${ this.inviteCode }`
+				path: `/pages/index/index?marketingId=${ this.info.id }&inviteCode=${ this.inviteCode }`,
+				imageUrl:'https://mp-public-test-1307117429.cos.ap-shanghai.myqcloud.com/70/EJ305PQR2IBE45O9AFAI',
 			}
 		},
 	}