|
|
@@ -86,17 +86,17 @@
|
|
|
//绘制热力值
|
|
|
this.ctx.setFontSize(24);
|
|
|
this.ctx.setFillStyle('#000000');
|
|
|
- this.ctx.fillText(this.works.hotValue ,((this.canvasW-hW) / 2) + uni.upx2px(380),(((this.canvasW-hW) / 2) + hH + uni.upx2px(280)))
|
|
|
+ this.ctx.fillText(this.works.hotValue ,((this.canvasW-hW) / 2) + uni.upx2px(2),(((this.canvasW-hW) / 2) + hH + uni.upx2px(390)))
|
|
|
|
|
|
//绘制排名
|
|
|
this.ctx.setFontSize(12);
|
|
|
this.ctx.setFillStyle('#000000');
|
|
|
- this.ctx.fillText("热力榜第"+this.works.rank ,((this.canvasW-hW) / 2) + uni.upx2px(380),(((this.canvasW-hW) / 2) + hH + uni.upx2px(320)))
|
|
|
+ this.ctx.fillText("热力榜第 "+this.works.rank ,((this.canvasW-hW) / 2) + uni.upx2px(2),(((this.canvasW-hW) / 2) + hH + uni.upx2px(430)))
|
|
|
|
|
|
//提示文案
|
|
|
this.ctx.setFontSize(12);
|
|
|
this.ctx.setFillStyle('#858585');
|
|
|
- this.ctx.fillText('来自 '+ this.works.name +' 的分享',(((this.canvasW-hW) / 2)),(((this.canvasW-hW) / 2) + hH + uni.upx2px(440)))
|
|
|
+ this.ctx.fillText('来自 '+ this.works.name +' 的分享',(((this.canvasW-hW) / 2)),(((this.canvasW-hW) / 2) + hH + uni.upx2px(500)))
|
|
|
//底部广告
|
|
|
// let BottomAdImg = await this.getImageInfo(this.abImg)
|
|
|
// this.ctx.drawImage(BottomAdImg.path,(((this.canvasW-hW) / 2)),(((this.canvasW-hW) / 2) + hH + uni.upx2px(310)),uni.upx2px(350),uni.upx2px(110))
|