Commit 43cf0848 authored by youjie's avatar youjie

no message

parent 53d9a2a9
......@@ -178,7 +178,7 @@
beforeCheck: {
disabledDate: time => {
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();
} else {
return false;
......
......@@ -3652,7 +3652,7 @@
let urlS = url
let pageName = urlS == '/JapanHotel' ? 'hotelHome' : 'FreeHome';
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");
} else {
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