|
@@ -31,13 +31,13 @@
|
|
|
</div>
|
|
|
<div class="cate line">
|
|
|
<p class="price">
|
|
|
- <span>床位费</span><b>¥{{ infomation['cwf_zd'] || 0 }} - ¥{{ infomation['cwf_zd'] || 0 }}</b>
|
|
|
+ <span>床位费</span><b>¥{{ infomation['cwf_zd'] || 0 }} - ¥{{ infomation['cwf_zg'] || 0 }}</b>
|
|
|
</p>
|
|
|
<p class="price">
|
|
|
- <span>护理费</span><b>¥{{ infomation['hlf_zd'] || 0 }} - ¥{{ infomation['hlf_zd'] || 0 }}</b>
|
|
|
+ <span>护理费</span><b>¥{{ infomation['hlf_zd'] || 0 }} - ¥{{ infomation['hlf_zg'] || 0 }}</b>
|
|
|
</p>
|
|
|
<p class="price">
|
|
|
- <span>膳食费</span><b>¥{{ infomation['ssf_zd'] || 0 }} - ¥{{ infomation['ssf_zd'] || 0 }}</b>
|
|
|
+ <span>膳食费</span><b>¥{{ infomation['ssf_zd'] || 0 }} - ¥{{ infomation['ssf_zg'] || 0 }}</b>
|
|
|
</p>
|
|
|
<span>(温馨提示:月价格仅供参考)</span>
|
|
|
</div>
|
|
@@ -175,7 +175,7 @@ export default {
|
|
|
this.infomation = {
|
|
|
...data,
|
|
|
minPrice: (+data['hlf_zd']) + (+data['cwf_zd']) + (+data['ssf_zd']) || 0,
|
|
|
- maxPrice: (+data['hlf_zd']) + (+data['cwf_zd']) + (+data['ssf_zd']) || 0
|
|
|
+ maxPrice: (+data['hlf_zg']) + (+data['cwf_zg']) + (+data['ssf_zg']) || 0
|
|
|
}
|
|
|
|
|
|
if (['10', '20', '21', '22', '23'].includes(data.dwxz)) {
|