|
|
|
@ -123,14 +123,14 @@ export default {
|
|
|
|
|
? this.houseItem.buildingWidth
|
|
|
|
|
: window.innerWidth - this.$refs.houseItem.offsetWidth,
|
|
|
|
|
name: item.name,
|
|
|
|
|
color: item.color,
|
|
|
|
|
isD: item.is_d,
|
|
|
|
|
isJ: item.is_j,
|
|
|
|
|
isK: item.is_k,
|
|
|
|
|
isx: item.is_x,
|
|
|
|
|
typename: item.typename,
|
|
|
|
|
leftColor: item.leftColor,
|
|
|
|
|
rightTopColor: item.rightTopColor,
|
|
|
|
|
// color: item.color,
|
|
|
|
|
// isD: item.is_d,
|
|
|
|
|
// isJ: item.is_j,
|
|
|
|
|
// isK: item.is_k,
|
|
|
|
|
// isx: item.is_x,
|
|
|
|
|
// typename: item.typename,
|
|
|
|
|
// leftColor: item.leftColor,
|
|
|
|
|
// rightTopColor: item.rightTopColor,
|
|
|
|
|
});
|
|
|
|
|
this.currentIndex = keyId;
|
|
|
|
|
},
|
|
|
|
|