|
|
@@ -2786,7 +2786,7 @@ export default {
|
|
|
if(self.deviceType == 13 || self.deviceType == 14 || self.deviceType == 15){
|
|
|
self.boardType = 4;
|
|
|
}
|
|
|
- if(self.deviceType == 16){
|
|
|
+ if(self.deviceType == 16 || self.deviceType == 17 || self.deviceType == 18){
|
|
|
self.boardType = 6;
|
|
|
}
|
|
|
if(self.deviceType == 14 ){
|
|
|
@@ -2809,7 +2809,7 @@ export default {
|
|
|
if(self.deviceType == 10){
|
|
|
self.productImage = self.imgUrl+'/product/YJZ20.png'
|
|
|
}
|
|
|
- if(self.deviceType == 16){
|
|
|
+ if(self.deviceType == 16 || self.deviceType == 17 || self.deviceType == 18){
|
|
|
self.productImage = self.imgUrl+'/product/16.png'
|
|
|
}
|
|
|
heng = self.setImage(self.deviceType);
|