This commit is contained in:
haomingming
2023-05-12 16:23:36 +08:00
parent c3ef53d336
commit 6cc0c9d3b3
9 changed files with 46 additions and 17 deletions
+2 -1
View File
@@ -247,7 +247,7 @@ Component({
that._canvasDetectionPosition();
},
imgSrc(value, that){
that.pushImg();
// that.pushImg();
},
cut_top(value, that) {
that._cutDetectionPosition();
@@ -471,6 +471,7 @@ Component({
_img_top: wx.getSystemInfoSync().windowHeight / 2,
_img_left: wx.getSystemInfoSync().windowWidth / 2,
})
this.pushImg()
// console.log(wx.getSystemInfoSync().windowHeight / 2, "-", wx.getSystemInfoSync().windowWidth / 2,)
},
/**