wzh 1 hafta önce
ebeveyn
işleme
73642e8870
1 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 6 3
      subpkg/device/detail.vue

+ 6 - 3
subpkg/device/detail.vue

@@ -2748,7 +2748,7 @@ export default {
         self.seeTime();
         let heng = false;
         self.productImage = self.imgUrl+'/detail/product.png'
-        if(self.deviceType == 13 || self.deviceType == 14 || self.deviceType == 15){
+        if(self.deviceType == 13 || self.deviceType == 14 || self.deviceType == 15 ||self.deviceType == 23){
           self.boardType = 4;
         }
         if(self.deviceType == 14 ){
@@ -2848,13 +2848,16 @@ export default {
       }else if(type == 12){
         self.productImage = self.imgUrl+'/product/YJZ20-20-20.png'
         heng = true;
-      }else if(type == 13){
+      }else if(type === 13){
         self.productImage = self.imgUrl+'/product/YJCL20-1&1.png'
-      }else if(type == 14){
+      }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'
+      }else if(type === 23){
+        self.productImage = self.imgUrl+'/product/23.png'
+        heng = true;
       }