|
|
|
@ -42,7 +42,7 @@ |
|
|
|
|
<navigator class="box_1 amt_30" hover-class="none" |
|
|
|
|
:url="'/subPageB/hotel/hoteldetail/hoteldetail?id=' + itemName.id + '®ion=' + itemName.region" |
|
|
|
|
v-for="(itemName, index) in listDatas" :key="index"> |
|
|
|
|
<view class="dy_fx aml_30 amr_30 relative"> |
|
|
|
|
<view class="dy_fx aml_30 amr_30 relative"> |
|
|
|
|
<view class="lq_recommend" v-if="itemName.isrecommend=='YES'"> |
|
|
|
|
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" |
|
|
|
|
mode="widthFix"></image> |
|
|
|
@ -569,6 +569,7 @@ |
|
|
|
|
hlogo: that.rootPaht + list[i].hlogo, |
|
|
|
|
hname: list[i].hname, |
|
|
|
|
hlevel: list[i].hlevel, |
|
|
|
|
isrecommend: list[i].isrecommend, |
|
|
|
|
dicname: list[i].dicname, |
|
|
|
|
hphone: list[i].hphone, |
|
|
|
|
price: list[i].price, |
|
|
|
|