Commit 57da16b4 authored by youjie's avatar youjie

no message

parent cd8c0b23
...@@ -372,19 +372,19 @@ ...@@ -372,19 +372,19 @@
@click="CommonJump('/index', {})" @click="CommonJump('/index', {})"
/> />
<q-breadcrumbs-el label="日本" class="cursor-pointer" /> <q-breadcrumbs-el label="日本" class="cursor-pointer" />
<q-breadcrumbs-el> <!-- <q-breadcrumbs-el>
<span> <span>
<span class="cursor-pointer">{{ hotelSummary.hotelStateProvince }} </span> <span class="cursor-pointer">{{ hotelSummary.hotelStateProvince }} </span>
<span class="q-mr-sm"></span> <span class="q-mr-sm"></span>
</span> </span>
</q-breadcrumbs-el> </q-breadcrumbs-el> -->
<q-breadcrumbs-el <q-breadcrumbs-el
v-if="$q.platform.is.desktop" v-if="$q.platform.is.desktop"
:label="hotelSummary.address" :label="hotelSummary.hotelName"
class="text-grey-6 ellipsis" class="text-grey-6 ellipsis"
/> />
</q-breadcrumbs> </q-breadcrumbs>
<div class="text-grey-6 f12">Product No. # </div> <div class="text-grey-6 f12">Product No. # {{dataList.hotelId}}</div>
</div> </div>
<div class="row rounded-borders bg-white overflow-hidden relative"> <div class="row rounded-borders bg-white overflow-hidden relative">
<q-img class="col-5 cursor-pointer" :src="hotelDetails.hotelImageUrl1" :ratio="16/9" @click="showImageHandler(hotelDetails.hotelImageUrl1)"/> <q-img class="col-5 cursor-pointer" :src="hotelDetails.hotelImageUrl1" :ratio="16/9" @click="showImageHandler(hotelDetails.hotelImageUrl1)"/>
...@@ -457,7 +457,6 @@ ...@@ -457,7 +457,6 @@
}" }"
> >
<div class="product-price f30 bold" v-if="MinPrice > 0"> <div class="product-price f30 bold" v-if="MinPrice > 0">
<!-- CNY:{{ dataList. }} -->
CNY:{{ moneyFormat(MinPrice, 0) }} CNY:{{ moneyFormat(MinPrice, 0) }}
<span class="f16 text-grey-6 normal"></span> <span class="f16 text-grey-6 normal"></span>
</div> </div>
...@@ -510,7 +509,7 @@ ...@@ -510,7 +509,7 @@
<hotel-map></hotel-map> <hotel-map></hotel-map>
</div> --> </div> -->
<div <div
class="q-pa-lg bg-grey-3 q-mt-lg text-grey-9" class="q-pa-lg bg-grey-3 text-grey-9"
ref="pricelist" ref="pricelist"
> >
<div <div
...@@ -1222,6 +1221,7 @@ export default { ...@@ -1222,6 +1221,7 @@ export default {
(res) => { (res) => {
this.$q.loading.hide(); this.$q.loading.hide();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data
this.hotelDetails = res.data.data.hotelDetails; this.hotelDetails = res.data.data.hotelDetails;
this.hotelSummary = res.data.data.hotelSummary; this.hotelSummary = res.data.data.hotelSummary;
this.roomReviewRating = Number(this.hotelDetails.roomReviewRating); this.roomReviewRating = Number(this.hotelDetails.roomReviewRating);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment