This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
digital_park_static
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
可选房源固定显示1
master
王饶冀
2 years ago
parent
a5e786ee81
commit
6896d92230
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
digital-park-web/digital-park/src/views/investment-service/property-detail/PropertyDetail.vue
+ 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);
Write
Preview
Loading…
Cancel
Save