瀏覽代碼

1、更新

huangmp 1 年之前
父節點
當前提交
ff98adede5
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/components/order-card-item/index.vue

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

@@ -173,6 +173,9 @@
           }else if(prodName.indexOf("明信片") !== -1){
             width = 1229;
             height = 1796;
+          }else if(prodName.indexOf("田字四宫格") !== -1){
+            width = 1229;
+            height = 1796;
           }else if(prodName.indexOf("三宫格") !== -1){
             width = 673;
             height = 1547;
@@ -361,6 +364,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){