Sen descrición

sharp-agezi f685b89abf d %!s(int64=6) %!d(string=hai) anos
components ce4624dc50 设计修改 %!s(int64=6) %!d(string=hai) anos
customized 53c8ea256b d %!s(int64=6) %!d(string=hai) anos
images f685b89abf d %!s(int64=6) %!d(string=hai) anos
pages f685b89abf d %!s(int64=6) %!d(string=hai) anos
style 53e79895af 渠道下单和分享修改 %!s(int64=6) %!d(string=hai) anos
utils c9eb3576ae order detail and zip %!s(int64=6) %!d(string=hai) anos
wxParse 95d2e1cd6f daliangzao %!s(int64=6) %!d(string=hai) anos
app - 副本.zip 6ab87d7971 样式修改 %!s(int64=6) %!d(string=hai) anos
app.js 2a8d2fec9c url %!s(int64=6) %!d(string=hai) anos
app.json 6c3d8c1b5e d %!s(int64=6) %!d(string=hai) anos
app.wxss 28469fac80 添加定制列表页面 %!s(int64=6) %!d(string=hai) anos
pages-old.zip c9eb3576ae order detail and zip %!s(int64=6) %!d(string=hai) anos
project.config.json 36f8df7e62 渠道添加and 我的信息 %!s(int64=6) %!d(string=hai) anos
readme.md 8556e6713f d %!s(int64=6) %!d(string=hai) anos

readme.md

项目需求原型 z3qowq.axshare.com

功能列表 https://mubu.com/doc/yc_fdq72c0

canvas 需要实现截图

生成图片后在合成

把旋转起点转为图片中心为原点的公式

注意:用roate实现旋转,重点在于改变坐标中心点 : ctx.translate(100,45)

  坐标中心点计算公式:
  x = 左上角x + 宽度/2
  y = 左上角y + 高度/2
  然后translate到(x,y)即可,之后调用rotate进行旋转。
  旋转之后填充时注意:
  ctx.fillRect(-50,-25,100,50);
  x = - 宽度/2
  y = -高度/2
  fillRect(x,y,宽度,高度)

缺少详情页,字体加粗、字体定制