Commit 4b892322 authored by zhengke's avatar zhengke

修改

parent 87ce810a
This diff is collapsed.
......@@ -1007,7 +1007,9 @@
//请求参数
msg: {
ID: 0,
tcid: 0
tcid: 0,
isDes:0,
NewId:''
},
dataList: {},
FlightList: [],
......@@ -1027,11 +1029,12 @@
mounted() {
this.msg.ID = this.$route.query.ID;
this.msg.tcid = this.$route.query.tcid;
var oldTimeStamp = this.$route.query.ExpireTime;
var timestamp = Date.parse(new Date());
if(timestamp>oldTimeStamp){
// this.Error('超时');
this.showDiv=true;
//获取浏览器NewId
var NewId = this.$route.query.NewId;
if(NewId){
this.msg.isDes=1;
this.msg.NewId=NewId;
}
this.getTrip();
//加载滑动
......@@ -1076,6 +1079,7 @@
this.getScroll();
})
} else {
this.showDiv=true;
this.Error(res.data.message);
}
},
......
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