Commit 12342918 authored by youjie's avatar youjie

no message

parent d60c9da5
...@@ -855,7 +855,7 @@ export default { ...@@ -855,7 +855,7 @@ export default {
this.selectedId = this.dataList.TicketList.find(x=>x.Id) this.selectedId = this.dataList.TicketList.find(x=>x.Id)
this.dataList.imgCover = this.dataList.PicPathList; this.dataList.imgCover = this.dataList.PicPathList;
this.AddressObj = this.dataList this.AddressObj = this.dataList
this.AddressObj.Address = `${this.dataList.CountryName}-${this.dataList.CityName}-${this.dataList.ProvinceName}-${this.dataList.Address}` this.AddressObj.Address = `${this.dataList.CountryName?this.dataList.CountryName+'-':''}${this.dataList.CityName?this.dataList.CityName+'-':''}${this.dataList.ProvinceName?this.dataList.ProvinceName+'-':''}${this.dataList.Address}`
this.isShow = true; this.isShow = true;
if (this.dataList.videoStr && this.dataList.videoStr != "") { if (this.dataList.videoStr && this.dataList.videoStr != "") {
this.options.loop = false; this.options.loop = false;
......
...@@ -669,9 +669,9 @@ ...@@ -669,9 +669,9 @@
<div class="q-mt-sm column":class="{ <div class="q-mt-sm column":class="{
'q-px-md': $q.screen.width < 1220 && $q.platform.is.mobile, 'q-px-md': $q.screen.width < 1220 && $q.platform.is.mobile,
}"> }">
<div class="q-pb-md"><span class="text-weight-bold">接送服务</span> {{hotelDetails.pickupService}}</div> <div class="q-pb-md"><span class="text-weight-bold q-pr-lg">接送服务</span> {{hotelDetails.pickupService}}</div>
<div class="q-pb-md row no-wrap"> <div class="q-pb-md row no-wrap">
<span class="text-weight-bold">客房网络连接</span> <span class="text-weight-bold q-mt-xs">客房网络连接</span>
<span class="q-pl-md row wrap col"> <span class="q-pl-md row wrap col">
<q-chip size="9px" clickable <q-chip size="9px" clickable
text-color="white" text-color="white"
......
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