|
@@ -136,6 +136,7 @@ Component({
|
|
|
|
|
|
}
|
|
|
if (this.data.shareType === 'group') {
|
|
|
+ console.log(data)
|
|
|
console.log('团购分享')
|
|
|
this.setData({
|
|
|
shareFlag: !this.data.shareFlag,
|
|
@@ -152,6 +153,7 @@ Component({
|
|
|
groupPurchaseInfo: data.groupPurchaseInfo
|
|
|
})
|
|
|
}
|
|
|
+
|
|
|
if (this.data.shareType === 'class') {
|
|
|
console.log('课程分享')
|
|
|
this.setData({
|
|
@@ -329,7 +331,15 @@ Component({
|
|
|
ctx.setFontSize(16)
|
|
|
ctx.setFillStyle('#444')
|
|
|
ctx.fillText('郎朗读书声,是世上最美的声音', (375 - ctx.measureText('郎朗读书声,是世上最美的声音').width) / 2 ,351)
|
|
|
- ctx.drawImage(this.data.iconImg, 12, 176, 351, 145);
|
|
|
+ if(this.data.groupPurchaseInfo.productId === 1){
|
|
|
+ ctx.drawImage('../../../static/share/poster_1.jpg', 12, 176, 351, 145);
|
|
|
+ }
|
|
|
+ if(this.data.groupPurchaseInfo.productId === 2){
|
|
|
+ ctx.drawImage('../../../static/share/poster_2.jpg', 12, 176, 351, 145);
|
|
|
+ }
|
|
|
+ if(this.data.groupPurchaseInfo.productId === 3){
|
|
|
+ ctx.drawImage('../../../static/share/poster_3.jpg', 12, 176, 351, 145);
|
|
|
+ }
|
|
|
// ctx.drawImage('../../../static/groupImg/Rectangle 41.png', 134, 358, 59, 20);
|
|
|
ctx.setFontSize(17)
|
|
|
ctx.setFillStyle('#A95A00')
|