|
|
@@ -51,9 +51,8 @@
|
|
|
<div class="border"></div>
|
|
|
<div class="box">
|
|
|
<img class="con-img" src="../static/imgs/fangjian-icon-zujing@3x.png" alt="" />
|
|
|
- <div style="display: flex;align-items: center;" v-if="list.checkInType === 'INDIVIDUAL'">
|
|
|
- <div class="name1">租金</div>
|
|
|
- <!-- <div class="name1">{{ rateType }}</div> -->
|
|
|
+ <div style="display: flex;align-items: center;">
|
|
|
+ <div class="name1">{{ rateType }}</div>
|
|
|
<div class="name">{{ rate }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -137,6 +136,8 @@ export default {
|
|
|
this.$http.get('/api/mp/getRoomInfo').then(res => {
|
|
|
this.list = res;
|
|
|
// console.log(this.list);
|
|
|
+ // console.log(this.list.monthRate);
|
|
|
+ // console.log(this.rate);
|
|
|
if (this.list.checkInType === 'INDIVIDUAL') {
|
|
|
wx.setTabBarItem({
|
|
|
index: 0,
|