diff --git a/pages/resiAndHouse/resiAndHouse.wxml b/pages/resiAndHouse/resiAndHouse.wxml index cd82e9f..7190b05 100644 --- a/pages/resiAndHouse/resiAndHouse.wxml +++ b/pages/resiAndHouse/resiAndHouse.wxml @@ -51,7 +51,7 @@ - + diff --git a/pages/resiAndHouse/resiAndHouse.wxss b/pages/resiAndHouse/resiAndHouse.wxss index 410fb18..633cf7f 100644 --- a/pages/resiAndHouse/resiAndHouse.wxss +++ b/pages/resiAndHouse/resiAndHouse.wxss @@ -458,7 +458,7 @@ page { } .box_18 { - width: 649rpx; + width: 100%; /* height: 36rpx; */ flex-direction: row; align-items: center; @@ -1383,9 +1383,10 @@ page { .resi_tag { display: flex; - flex-grow: 0; + /* flex-grow: 0; */ /* justify-content: start; */ /* max-width: 302rpx; */ + flex: 1; overflow-x: scroll; padding: 10rpx 0 0; box-sizing: border-box; diff --git a/subpages/house/pages/housePortrait/component/graph/graph.js b/subpages/house/pages/housePortrait/component/graph/graph.js index 055c8e1..f8475da 100644 --- a/subpages/house/pages/housePortrait/component/graph/graph.js +++ b/subpages/house/pages/housePortrait/component/graph/graph.js @@ -9,6 +9,9 @@ Component({ houseId: { type: String, value: '', + observer(val) { + this.getData() + } }, houseName:{ type: String,