Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
11d27849
Commit
11d27849
authored
Apr 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
77c5608e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
448 deletions
+19
-448
commonTeamInfo.vue
src/components/commonPage/commonTeamInfo.vue
+7
-11
teamProductModule.vue
src/components/commonPage/teamProductModule.vue
+12
-437
No files found.
src/components/commonPage/commonTeamInfo.vue
View file @
11d27849
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
@import
"../../assets/css/trip/index.css"
;
@import
"../../assets/css/trip/index.css"
;
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"trip-box-commonTeam"
v-loading=
"loading"
>
<div
class=
"trip-box-commonTeam"
v-loading=
"loading"
>
<div
class=
"item-title"
>
<div
class=
"item-title"
>
...
@@ -15,7 +14,8 @@
...
@@ -15,7 +14,8 @@
<div
class=
"trip-block-commonTeam"
v-for=
"(item,i) in tripList"
:key=
"i"
>
<div
class=
"trip-block-commonTeam"
v-for=
"(item,i) in tripList"
:key=
"i"
>
<div
class=
"trip-title"
>
<div
class=
"trip-title"
>
<div>
<div>
<p
class=
"day"
>
{{
$t
(
'tips.di'
)
}}
<span
v-if=
'item.dayNum
<10
'
>
0
</span>
{{
item
.
dayNum
}}{{
$t
(
'hotel.hotel_day'
)
}}
</p>
<p
class=
"day"
>
{{
$t
(
'tips.di'
)
}}
<span
v-if=
'item.dayNum
<10
'
>
0
</span>
{{
item
.
dayNum
}}{{
$t
(
'hotel.hotel_day'
)
}}
</p>
<template
v-if=
"startDate&&startDate!=''"
>
<template
v-if=
"startDate&&startDate!=''"
>
<p>
{{
GetDayStr
(
startDate
,
item
.
dayNum
-
1
)
}}
</p>
<p>
{{
GetDayStr
(
startDate
,
item
.
dayNum
-
1
)
}}
</p>
</
template
>
</
template
>
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
var
msg
=
{
var
msg
=
{
configId
:
id
,
configId
:
id
,
tcid
:
nTCID
,
tcid
:
nTCID
,
isClick
:
1
//不算统计
isClick
:
1
//不算统计
};
};
if
(
id
!==
undefined
)
{
if
(
id
!==
undefined
)
{
//根据ID 获取行程内容
//根据ID 获取行程内容
...
@@ -222,12 +222,12 @@
...
@@ -222,12 +222,12 @@
dayItem
.
dayArray
=
dayArray
;
dayItem
.
dayArray
=
dayArray
;
dayList
.
push
(
dayItem
);
dayList
.
push
(
dayItem
);
});
});
this
.
tripList
=
dayList
;
this
.
tripList
=
dayList
;
this
.
init
();
this
.
init
();
}
}
},
},
setDate
:
function
(
j
)
{
setDate
:
function
(
j
)
{
let
stDate
=
""
;
let
stDate
=
""
;
if
(
this
.
priceList
&&
this
.
priceList
.
length
>
0
)
{
if
(
this
.
priceList
&&
this
.
priceList
.
length
>
0
)
{
stDate
=
this
.
priceList
[
0
].
startDate
;
stDate
=
this
.
priceList
[
0
].
startDate
;
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
}
}
},
},
init
()
{
init
()
{
this
.
tripList
.
forEach
((
x
,
j
)
=>
{
this
.
tripList
.
forEach
((
x
,
j
)
=>
{
let
useDinnerTypeBy
=
''
let
useDinnerTypeBy
=
''
let
jin
=
[],
let
jin
=
[],
jiu
=
[],
jiu
=
[],
...
@@ -392,11 +392,7 @@
...
@@ -392,11 +392,7 @@
x
.
jiu2
=
jiu2
x
.
jiu2
=
jiu2
if
(
jin
.
length
>
0
)
{
if
(
jin
.
length
>
0
)
{
details
=
jin
details
=
jin
}
}
else
if
(
dadian
.
length
>
0
)
{
// else if (jiu.length > 0) {
// // details = jiu
// }
else
if
(
dadian
.
length
>
0
)
{
details
=
dadian
details
=
dadian
}
else
if
(
jiao
.
length
>
0
)
{
}
else
if
(
jiao
.
length
>
0
)
{
if
(
j
==
this
.
tripList
.
length
-
1
)
{
if
(
j
==
this
.
tripList
.
length
-
1
)
{
...
...
src/components/commonPage/teamProductModule.vue
View file @
11d27849
This diff is collapsed.
Click to expand it.
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