瀏覽代碼

功能修复

guessPrice
sui 5 年之前
父節點
當前提交
2432c2fa11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      496_dongfengqichen/utils/mcaptcha.js

+ 1
- 1
496_dongfengqichen/utils/mcaptcha.js 查看文件

@@ -31,7 +31,7 @@ module.exports = class Mcaptcha {
let deg = this.randomNum(-30, 30);
this.ctx.translate(dis, this.options.height * 0.5);
this.ctx.rotate(deg * Math.PI / 180);
this.ctx.fillText(item, 0, 0);
this.ctx.fillText(item, 0, 3);
this.ctx.rotate(-deg * Math.PI / 180);
this.ctx.translate(-dis, -this.options.height * 0.5);
})

Loading…
取消
儲存