Forráskód Böngészése

1、小方卡尺寸检测

huangmp 2 éve
szülő
commit
8571690acf
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      src/components/order-card-item/index.vue

+ 5 - 0
src/components/order-card-item/index.vue

@@ -146,6 +146,9 @@
           }else if(prodName.indexOf("书签") !== -1){
             width = 638;
             height = 1796;
+          }else if(prodName.indexOf("小方卡") !== -1){
+            width = 673;
+            height = 673;
           }else if(prodName.indexOf("方卡") !== -1){
             width = 1229;
             height = 1229;
@@ -294,6 +297,8 @@
           this.prodType = '票根';
         }else if(prodName.indexOf('明信片') != -1){
           this.prodType = '明信片';
+        }else if(prodName.indexOf('小方卡') != -1){
+          this.prodType = '小方卡';
         }else if(prodName.indexOf('方卡') != -1){
           this.prodType = '方卡';
         }else if(prodName.indexOf('四宫格书签') != -1){