瀏覽代碼

1、客服备注

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

+ 6 - 1
src/components/order-card-item/index.vue

@@ -143,6 +143,9 @@
           }else if(prodName.indexOf("书签") !== -1){
             width = 638;
             height = 1819;
+          }else if(prodName.indexOf("小方卡") !== -1){
+            width = 673;
+            height = 673;
           }else if(prodName.indexOf("方卡") !== -1){
             width = 1217;
             height = 1217;
@@ -272,7 +275,9 @@
           this.prodType = '票根';
         }else if(prodName.indexOf('明信片') != -1){
           this.prodType = '明信片';
-        }else if(prodName.indexOf('方卡') != -1){
+        }else if(prodName.indexOf('小方卡') != -1){
+          this.prodType = '小方卡';
+        } else if(prodName.indexOf('方卡') != -1){
           this.prodType = '方卡';
         }else if(prodName.indexOf('书签') != -1){
           this.prodType = '书签';