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
2b60959d
Commit
2b60959d
authored
Jan 21, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ed8cfdad
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1095 additions
and
1436 deletions
+1095
-1436
utils.js
src/boot/utils.js
+1
-1
base-switch.vue
src/components/base-switch.vue
+0
-2
kkday.vue
src/components/searchProductdata/kkday.vue
+2
-1
calendarproduct.vue
src/components/trip/calendarproduct.vue
+165
-178
flight.vue
src/components/trip/flight.vue
+1
-1
smaple.vue
src/components/trip/smaple.vue
+121
-109
startCity.vue
src/components/trip/startCity.vue
+1
-2
detailsProduct.vue
src/pages/detailsProduct.vue
+803
-1141
routes.js
src/router/routes.js
+1
-1
No files found.
src/boot/utils.js
View file @
2b60959d
...
...
@@ -25,7 +25,7 @@ Vue.prototype.domainManager = function () {
if
(
domainNameUrl
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"http://reborn.oytour.com"
;
}
//domainUrl = "http://192.168.5.46
:8501
";
//domainUrl = "http://192.168.5.46";
var
obj
=
{
//主地址
DomainUrl
:
domainUrl
,
...
...
src/components/base-switch.vue
View file @
2b60959d
...
...
@@ -55,14 +55,12 @@ export default {
},
watch
:
{
value
:
function
()
{
console
.
log
(
'switch change'
,
this
.
value
)
this
.
inputSelect
=
this
.
value
}
},
methods
:
{
changeSelect
()
{
this
.
inputSelect
=
!
this
.
inputSelect
console
.
log
(
'changeSelect'
,
this
.
inputSelect
,
this
.
value
)
this
.
$emit
(
'input'
,
this
.
inputSelect
)
}
}
...
...
src/components/searchProductdata/kkday.vue
View file @
2b60959d
...
...
@@ -896,8 +896,9 @@ export default {
}
,
GotoDetails(item) {
console.log("
item
",item);
this.CommonJump(
"
/
detailsProduct
/
" + encodeURIComponent(item.id) + "
/
" + item.configId,
"
/
detailsProduct
/
" + encodeURIComponent(item.id) + "
/
" + item.configId
+"
/
"+item.teamType
,
{
}
,
"
blank
"
);
...
...
src/components/trip/calendarproduct.vue
View file @
2b60959d
This diff is collapsed.
Click to expand it.
src/components/trip/flight.vue
View file @
2b60959d
...
...
@@ -82,7 +82,7 @@ export default {
price
:
{
handler
(
n
,
o
)
{
this
.
m
=
n
;
console
.
log
(
n
)
console
.
log
(
"flight"
,
n
)
},
deep
:
true
,
immediate
:
true
,
...
...
src/components/trip/smaple.vue
View file @
2b60959d
This diff is collapsed.
Click to expand it.
src/components/trip/startCity.vue
View file @
2b60959d
...
...
@@ -4,7 +4,6 @@
<div
class=
"text-grey-6 f12 q-my-sm"
>
此行程包含多個出發城市
</div>
<div
class=
"row q-col-gutter-md"
>
<div
v-for=
"(x,i) in m.unionCityList"
:key=
"i"
><q-chip
size=
"14px"
square
>
{{
x
.
cityName
}}
</q-chip></div>
</div>
</div>
</
template
>
...
...
@@ -16,7 +15,7 @@ export default {
price
:
{
handler
(
n
,
o
)
{
this
.
m
=
n
;
console
.
log
(
n
)
console
.
log
(
"startCity"
,
n
)
},
deep
:
true
,
immediate
:
true
,
...
...
src/pages/detailsProduct.vue
View file @
2b60959d
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
2b60959d
...
...
@@ -35,7 +35,7 @@ const routes = [{
component
:
()
=>
import
(
'pages/details.vue'
)
},
{
//行程2024
path
:
'/detailsProduct/:id/:configId'
,
path
:
'/detailsProduct/:id/:configId
/:teamType
'
,
meta
:
{
title
:
'行程'
},
component
:
()
=>
import
(
'pages/detailsProduct.vue'
)
...
...
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