Commit 43cf0848 authored by youjie's avatar youjie

no message

parent 53d9a2a9
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
beforeCheck: { beforeCheck: {
disabledDate: time => { disabledDate: time => {
if (this.msg.StartDate) { if (this.msg.StartDate) {
let endTime = new Date(this.getBeforeDate(-20,new Date().Format("yyyy-MM-dd"))); let endTime = new Date(this.getBeforeDate(-3,new Date().Format("yyyy-MM-dd")));
return time && endTime.getTime() >= time.getTime(); return time && endTime.getTime() >= time.getTime();
} else { } else {
return false; return false;
......
...@@ -3652,7 +3652,7 @@ ...@@ -3652,7 +3652,7 @@
let urlS = url let urlS = url
let pageName = urlS == '/JapanHotel' ? 'hotelHome' : 'FreeHome'; let pageName = urlS == '/JapanHotel' ? 'hotelHome' : 'FreeHome';
this.EnCodeWord = res.data.data; this.EnCodeWord = res.data.data;
window.open("http://www.oytour.com/#/" + pageName + "?uid=" + encodeURIComponent(this.EnCodeWord), window.open("http://t.oytour.com/#/" + pageName + "?uid=" + encodeURIComponent(this.EnCodeWord),
"_blank"); "_blank");
} else { } else {
this.Error(res.data.message); 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