Browse Source

可选房源固定显示1

master
王饶冀 2 years ago
parent
commit
6896d92230

+ 2
- 0
digital-park-web/digital-park/src/views/investment-service/property-detail/PropertyDetail.vue View File

@@ -276,6 +276,8 @@ export default {
showPrice,
showTotalPrice
})
// 可选房源固定显示1
this.propertyDetail.count = 1;
} else if (data.status == 101) {
} else {
this.$message.error(data.msg);

Loading…
Cancel
Save