Browse Source

抽奖活动分享封面图片

DELL 3 năm trước cách đây
mục cha
commit
dcc5004188
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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',
 			}
 		},
 	}