Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
million
Commits
2167f9c3
Commit
2167f9c3
authored
Dec 30, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ecf6cabb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
kkday.vue
src/components/searchdida/kkday.vue
+4
-3
destination.vue
src/pages/didaHotel/destination.vue
+10
-12
No files found.
src/components/searchdida/kkday.vue
View file @
2167f9c3
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<div
class=
"col q-pa-sm"
style=
"width: 500px;"
>
<div
class=
"col q-pa-sm"
style=
"width: 500px;"
>
<div
class=
"w-full row wrap"
>
<div
class=
"w-full row wrap"
>
<div
class=
"CityNameBox-r-kkday col-2 text-center overflow-hidden
<div
class=
"CityNameBox-r-kkday col-2 text-center overflow-hidden
q-mb-xs q-mr-xs text-xxs text-no-wrap q-p
y
-xs cursor-pointer"
q-mb-xs q-mr-xs text-xxs text-no-wrap q-p
a
-xs cursor-pointer"
v-for=
"(y,index) in regionList"
:key=
"index"
v-for=
"(y,index) in regionList"
:key=
"index"
:class=
"[msg.regionCode==y.CityCode?'active':'']"
:class=
"[msg.regionCode==y.CityCode?'active':'']"
@
click=
"msg.regionCode = y.CityCode,
@
click=
"msg.regionCode = y.CityCode,
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
StartDate:msg.CheckInDate,
StartDate:msg.CheckInDate,
EndDate:msg.CheckOutDate,
EndDate:msg.CheckOutDate,
searchroomGroup:msg.searchroomGroup
}
"
searchroomGroup:msg.searchroomGroup
}
"
Type
=
"
1
"
Type
=
"
2
"
@
change
=
"changeMsg"
@
change
=
"changeMsg"
@
changeCity
=
"changCity"
@
changeCity
=
"changCity"
@
clear
=
"resetQuery"
><
/destination
>
@
clear
=
"resetQuery"
><
/destination
>
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
<
div
class
=
"col q-pa-sm"
style
=
"width: 500px;"
>
<
div
class
=
"col q-pa-sm"
style
=
"width: 500px;"
>
<
div
class
=
"w-full row wrap"
>
<
div
class
=
"w-full row wrap"
>
<
div
class
=
"CityNameBox-r-kkday col-2 text-center overflow-hidden
<
div
class
=
"CityNameBox-r-kkday col-2 text-center overflow-hidden
q-mb-xs q-mr-xs text-xxs text-no-wrap q-p
y
-xs cursor-pointer"
q-mb-xs q-mr-xs text-xxs text-no-wrap q-p
a
-xs cursor-pointer"
v
-
for
=
"(y,index) in regionList"
:
key
=
"index"
v
-
for
=
"(y,index) in regionList"
:
key
=
"index"
:
class
=
"[msg.regionCode==y.CityCode?'active':'']"
:
class
=
"[msg.regionCode==y.CityCode?'active':'']"
@
click
=
"msg.regionCode = y.CityCode,
@
click
=
"msg.regionCode = y.CityCode,
...
@@ -775,6 +775,7 @@ export default {
...
@@ -775,6 +775,7 @@ export default {
methods: {
methods: {
changCity(y){
changCity(y){
this.msg.CityCode2 = y.CityCode
this.msg.CityCode2 = y.CityCode
this.msg.CityCode = y.CityCode
this.getRegion()
this.getRegion()
}
,
}
,
changeMsg(msg){
changeMsg(msg){
...
...
src/pages/didaHotel/destination.vue
View file @
2167f9c3
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
tabindex=
"0"
tabindex=
"0"
style=
"border-radius: 3px;
style=
"border-radius: 3px;
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 2;"
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 2;"
:style=
"{width:Type==1?'100%':'500px',top:Type==
1?'70px':'50px',left:Type==1?'0
':'30px'}"
:style=
"{width:Type==1?'100%':'500px',top:Type==
2?'70px':'50px',left:Type==1?'0':Type==2?'17px
':'30px'}"
v-show=
"showSplitPannel"
>
v-show=
"showSplitPannel"
>
<div
class=
"row no-wrap"
id=
"cit"
>
<div
class=
"row no-wrap"
id=
"cit"
>
<div
class=
"bg-grey-2"
style=
"border-right: 1px solid rgb(238, 238, 238);"
>
<div
class=
"bg-grey-2"
style=
"border-right: 1px solid rgb(238, 238, 238);"
>
...
@@ -96,19 +96,12 @@
...
@@ -96,19 +96,12 @@
color: 'black'
color: 'black'
}"
>
}"
>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<div
class=
"CityNameBox-r col-
3 text-xxs text-no-wrap q-py
-xs cursor-pointer"
v-for=
"(y,index) in CityList"
:key=
"index"
<div
class=
"CityNameBox-r col-
2 text-center text-xxs text-no-wrap q-py-xs q-mr-xs q-mb
-xs cursor-pointer"
v-for=
"(y,index) in CityList"
:key=
"index"
:class=
"[HotalMsg.CityCode==y.CityCode?'active':'']"
:class=
"[HotalMsg.CityCode==y.CityCode?'active':'']"
@
click=
"changeCity(y)"
>
@
click=
"changeCity(y)"
>
{{ y.CityName }}
{{ y.CityName }}
</div>
</div>
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"CityNameBox-r col-3 text-xxs text-no-wrap q-py-xs cursor-pointer"
v-for=
"(y,index) in regionList"
:key=
"index"
:class=
"[HotalMsg.CityCode==y.CityCode?'active':'']"
@
click=
"changeRegion(y)"
>
{{ y.CityName_CN }}
</div>
</div>
</q-scroll-area>
</q-scroll-area>
</div>
</div>
</div>
</div>
...
@@ -226,7 +219,7 @@ export default {
...
@@ -226,7 +219,7 @@ export default {
this
.
showKeyWordsList
=
false
this
.
showKeyWordsList
=
false
this
.
showSplitPannel
=
false
this
.
showSplitPannel
=
false
}
}
if
(
this
.
Type
==
1
)
{
if
(
this
.
Type
>
0
)
{
this
.
showSplitPannel
=
false
this
.
showSplitPannel
=
false
this
.
showSplitPannel
=
false
this
.
showSplitPannel
=
false
}
}
...
@@ -347,11 +340,11 @@ export default {
...
@@ -347,11 +340,11 @@ export default {
this
.
HotalMsg
.
regionCode
=
y
.
CityCode
this
.
HotalMsg
.
regionCode
=
y
.
CityCode
},
},
changeCity
(
y
){
changeCity
(
y
){
if
(
this
.
Type
==
1
)
{
this
.
HotalMsg
.
CityCode
=
y
.
CityCode
if
(
this
.
Type
>
0
)
{
this
.
$emit
(
'changeCity'
,
y
)
this
.
$emit
(
'changeCity'
,
y
)
this
.
showSplitPannel
=
false
this
.
showSplitPannel
=
false
}
else
{
}
else
{
this
.
HotalMsg
.
CityCode
=
y
.
CityCode
this
.
HotalMsg
.
KeyWords2
=
y
.
CityName
this
.
HotalMsg
.
KeyWords2
=
y
.
CityName
this
.
HotalMsg
.
CityName
=
y
.
CityName
this
.
HotalMsg
.
CityName
=
y
.
CityName
this
.
searchChangeHandler
()
this
.
searchChangeHandler
()
...
@@ -432,10 +425,15 @@ export default {
...
@@ -432,10 +425,15 @@ export default {
background
:
var
(
--q-color-primary
);
background
:
var
(
--q-color-primary
);
color
:
#fff
;
color
:
#fff
;
}
}
.CityNameBox-r
{
border-radius
:
3px
;
}
.CityNameBox-r
:hover
{
.CityNameBox-r
:hover
{
background
:
rgba
(
0
,
0
,
0
,
0.1
);
color
:
var
(
--q-color-primary
);
color
:
var
(
--q-color-primary
);
}
}
.CityNameBox-r.active
{
.CityNameBox-r.active
{
background
:
rgba
(
0
,
0
,
0
,
0.2
);
color
:
var
(
--q-color-primary
);
color
:
var
(
--q-color-primary
);
}
}
.GNameBox-center
{
.GNameBox-center
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment