Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
4b892322
Commit
4b892322
authored
Jan 21, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
87ce810a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
107 deletions
+119
-107
newTrip.vue
src/components/mall/newTrip.vue
+109
-101
tripMobile.vue
src/components/mall/tripMobile.vue
+10
-6
No files found.
src/components/mall/newTrip.vue
View file @
4b892322
This diff is collapsed.
Click to expand it.
src/components/mall/tripMobile.vue
View file @
4b892322
...
@@ -1007,7 +1007,9 @@
...
@@ -1007,7 +1007,9 @@
//请求参数
//请求参数
msg
:
{
msg
:
{
ID
:
0
,
ID
:
0
,
tcid
:
0
tcid
:
0
,
isDes
:
0
,
NewId
:
''
},
},
dataList
:
{},
dataList
:
{},
FlightList
:
[],
FlightList
:
[],
...
@@ -1027,11 +1029,12 @@
...
@@ -1027,11 +1029,12 @@
mounted
()
{
mounted
()
{
this
.
msg
.
ID
=
this
.
$route
.
query
.
ID
;
this
.
msg
.
ID
=
this
.
$route
.
query
.
ID
;
this
.
msg
.
tcid
=
this
.
$route
.
query
.
tcid
;
this
.
msg
.
tcid
=
this
.
$route
.
query
.
tcid
;
var
oldTimeStamp
=
this
.
$route
.
query
.
ExpireTime
;
var
timestamp
=
Date
.
parse
(
new
Date
());
//获取浏览器NewId
if
(
timestamp
>
oldTimeStamp
){
var
NewId
=
this
.
$route
.
query
.
NewId
;
// this.Error('超时');
if
(
NewId
){
this
.
showDiv
=
true
;
this
.
msg
.
isDes
=
1
;
this
.
msg
.
NewId
=
NewId
;
}
}
this
.
getTrip
();
this
.
getTrip
();
//加载滑动
//加载滑动
...
@@ -1076,6 +1079,7 @@
...
@@ -1076,6 +1079,7 @@
this
.
getScroll
();
this
.
getScroll
();
})
})
}
else
{
}
else
{
this
.
showDiv
=
true
;
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
},
},
...
...
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