Quellcode durchsuchen

1、小方卡加入团购

huangmp vor 2 Jahren
Ursprung
Commit
ca30504b44
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      src/views/modules/prod/printPicLib-add-or-update.vue

+ 3 - 0
src/views/modules/prod/printPicLib-add-or-update.vue

@@ -122,6 +122,9 @@ export default {
       }else if(prodName.indexOf("明信片") !== -1){
         width = 1229;
         height = 1796;
+      }else if(prodName.indexOf("小方卡") !== -1){
+        width = 673;
+        height = 673;
       }
       return {width, height};
     },