Ver código fonte

1、小方卡加入团购

huangmp 2 anos atrás
pai
commit
ca30504b44

+ 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};
     },