|
@@ -235,12 +235,14 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
|
|
|
} else if (e.dictValue == 'courtyard') {
|
|
|
//新建庭院
|
|
|
getDicts("new_built_courtyard").then(response => {
|
|
|
+
|
|
|
this.typeList = response.data;
|
|
|
|
|
|
});
|
|
|
+ this.handleShowSheet();
|
|
|
} else if (e.dictValue == 'overhead') {
|
|
|
//新建架空
|
|
|
- getDicts("new_built_courtyard").then(response => {
|
|
|
+ getDicts("new_built_overhead").then(response => {
|
|
|
this.typeList = response.data;
|
|
|
|
|
|
|
|
@@ -592,7 +594,7 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
|
|
|
|
|
|
.line2-btn-big {
|
|
|
width: 90rpx;
|
|
|
- height:90rpx;
|
|
|
+ height: 90rpx;
|
|
|
margin-bottom: 10rpx;
|
|
|
}
|
|
|
|