Aucune description

sharp-agezi 00929959d4 修改样式问题 il y a 5 ans
components ce4624dc50 设计修改 il y a 6 ans
customized 53c8ea256b d il y a 6 ans
images 539a9374c6 修改 il y a 6 ans
pages 00929959d4 修改样式问题 il y a 5 ans
style 7c64a33579 bug il y a 6 ans
utils c9eb3576ae order detail and zip il y a 6 ans
wxParse 95d2e1cd6f daliangzao il y a 6 ans
app - 副本.zip 6ab87d7971 样式修改 il y a 6 ans
app.js 8cb7b1a3ce d il y a 6 ans
app.json f6b23f3696 新增功能 il y a 6 ans
app.wxss 28469fac80 添加定制列表页面 il y a 6 ans
font.zip 7c64a33579 bug il y a 6 ans
pages-old.zip c9eb3576ae order detail and zip il y a 6 ans
project.config.json f6b23f3696 新增功能 il y a 6 ans
readme.md 8556e6713f d il y a 6 ans

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,宽度,高度)

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