Parcourir la source

1.增加15类型的包装机

wzh il y a 2 ans
Parent
commit
586d2992c1
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      pages/device/detail.vue

+ 3 - 1
pages/device/detail.vue

@@ -2560,7 +2560,7 @@ export default {
           self.productImage = self.imgUrl+'/product/YJZ20.png'
         }
         heng = self.setImage(self.deviceType);
-        let typeArr = [7,8,9,10,11,12];
+        let typeArr = [7,8,9,10,11,12,15];//单煎药机类型
         for (let i = 0; i < typeArr.length; i++) {
           let typeMa = typeArr[i];
           if(typeMa == self.deviceType){
@@ -2641,6 +2641,8 @@ export default {
       }else if(type == 14){
         self.productImage = self.imgUrl+'/product/YJCL20-2&1.png'
         heng = true;
+      }else if(type == 15){
+        self.productImage = self.imgUrl+'/product/15.png'
       }