Commit 302cb1be authored by youjie's avatar youjie

no message

parent bd3d77ca
......@@ -245,10 +245,10 @@ export default {
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" + JSON.stringify(data);
}else if (row.OrderType == 2) {//跟团 一日游
if(this.pagesTitle=='销售'||this.pagesTitle=='详情'){
if(row.TravelType==1){
data[0].path = 'groupTourOrder'
}else{
if(row.IsOneDayOrder==1){
data[0].path = 'groupTourOrderOne'
}else{
data[0].path = 'groupTourOrder'
}
href =url +"automaticLogin?token=" +this.getLocalStorage().token +"&data=" +JSON.stringify(data);
}else{
......
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