|
@@ -217,7 +217,7 @@ export default { |
|
|
// 取消 |
|
|
// 取消 |
|
|
cancelpswd(){ |
|
|
cancelpswd(){ |
|
|
this.passshow = false |
|
|
this.passshow = false |
|
|
// this.password = '' |
|
|
|
|
|
|
|
|
this.password = '' |
|
|
// this.pitchon = '' |
|
|
// this.pitchon = '' |
|
|
// this.PitchonSign = '' |
|
|
// this.PitchonSign = '' |
|
|
}, |
|
|
}, |
|
@@ -233,7 +233,8 @@ export default { |
|
|
console.log(res) |
|
|
console.log(res) |
|
|
console.log(_this.pitchon.F_StampId) |
|
|
console.log(_this.pitchon.F_StampId) |
|
|
let imgurl = _this.API + `/learun/adms/StampPersonal/img?data=${_this.pitchon.F_StampId}` |
|
|
let imgurl = _this.API + `/learun/adms/StampPersonal/img?data=${_this.pitchon.F_StampId}` |
|
|
console.log(imgurl) |
|
|
|
|
|
|
|
|
// console.log(imgurl) |
|
|
|
|
|
context.clearRect(250,150,100,100) |
|
|
// _this.clearSign() |
|
|
// _this.clearSign() |
|
|
_this.SignaApply(imgurl) |
|
|
_this.SignaApply(imgurl) |
|
|
_this.Signimg = imgurl |
|
|
_this.Signimg = imgurl |
|
@@ -260,10 +261,9 @@ export default { |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
setTimeout(()=>{ |
|
|
setTimeout(()=>{ |
|
|
console.log(_this.canvasW) |
|
|
|
|
|
context.drawImage(goodsImg,250,150,100,100) |
|
|
context.drawImage(goodsImg,250,150,100,100) |
|
|
context.draw(true,(res)=>{ |
|
|
context.draw(true,(res)=>{ |
|
|
// console.log(res) |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|