Commit e8825638 by linjinhong
parents 3b88bd94 29101503
......@@ -2,7 +2,7 @@
"name": "JomallProductionAssistant",
"productName": "JomallProductionAssistant",
"description": "",
"version": "1.0.14",
"version": "1.0.15",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
......@@ -29,7 +29,7 @@
"electron-updater": "^6.2.1",
"element-ui": "^2.13.0",
"express": "^4.17.1",
"fabric": "^5.2.4",
"fabric": "^6.7.0",
"html2canvas": "^1.4.1",
"lodash-id": "^0.14.0",
"log4js": "^6.9.1",
......
......@@ -652,7 +652,6 @@ export default {
that.$nextTick(async () => {
let w = bw / 2;
let h = bh / 2;
let width_px, height_px, rate, x, y;
if (size && !files[i].isCut) {
width_px = that.WHproportion * mmToPx(size.width);
......@@ -1053,12 +1052,7 @@ export default {
});
break;
case "sendFile":
console.log("sendFile");
if (size) {
this.hasSize = true;
} else {
this.hasSize = false;
}
this.hasSize = !!size;
this.detail.designImageSize = size;
console.log(this.detail, "this.detail");
this.imgList = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment