|
@@ -2536,7 +2536,7 @@ export default {
|
|
|
self.seeTime();
|
|
self.seeTime();
|
|
|
let heng = false;
|
|
let heng = false;
|
|
|
self.productImage = self.imgUrl+'/detail/product.png'
|
|
self.productImage = self.imgUrl+'/detail/product.png'
|
|
|
- if(self.deviceType == 13 || self.deviceType == 14){
|
|
|
|
|
|
|
+ if(self.deviceType == 13 || self.deviceType == 14 || self.deviceType == 15){
|
|
|
self.boardType = 4;
|
|
self.boardType = 4;
|
|
|
}
|
|
}
|
|
|
if(self.deviceType == 14 ){
|
|
if(self.deviceType == 14 ){
|