lu_quan_dev
rosehan 1 year ago
parent 3ce52a2478
commit 97f4374620
  1. 3
      subPageB/hotel/hotellist/hotellist.vue

@ -42,7 +42,7 @@
<navigator class="box_1 amt_30" hover-class="none"
:url="'/subPageB/hotel/hoteldetail/hoteldetail?id=' + itemName.id + '&region=' + 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,

Loading…
Cancel
Save