Commit 0428f2f7 by 赵雅纹

Merge branch 'feature-zyw-sc' into 'dev_7.1.0'

推广

See merge request !107
parents cf3541f0 f5e7318f
......@@ -117,6 +117,10 @@ wxService.page({
//生成卡片
onTapPoster() {
console.log('----------',this.data.proData)
this.data.proData.forEach((item)=>{
item.url = item.productImgUrl
item.title = item.productName
})
if (!this.data.proData){
wx.showToast({
title: '请先选择商品',
......@@ -130,6 +134,7 @@ wxService.page({
title: this.data.proData[0].productName,
type: 3// 1:门店,2:员工(暂时不做),3:会员,4:第三方外部渠道,5:智能营销
}
console.log('4444',tentacleInfo.content)
this.data.currentShareContent = this.data.proData[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment