|
|
|
@ -498,9 +498,9 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
// 裁图/修图/ |
|
|
|
btnCutPic() { |
|
|
|
btnCutPicBak() { |
|
|
|
|
|
|
|
|
|
|
|
// 跨域了 |
|
|
|
this.dialogWinCutPic = true |
|
|
|
this.$refs.imgCutterModal.handleOpen({ |
|
|
|
name: "1.png", |
|
|
|
@ -509,7 +509,7 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
btnCutPicBak() { |
|
|
|
btnCutPic() { |
|
|
|
if (this.checkPictures.length == 0) { |
|
|
|
this.$message.warning({ showClose: true, message: "暂无可裁图片!" }); |
|
|
|
return; |
|
|
|
|