Commit acafe8f1 authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents fee9f0c1 4e4dbaa9
...@@ -144,7 +144,6 @@ ...@@ -144,7 +144,6 @@
}, },
checkedChange(){ checkedChange(){
const r = this.guests.filter(x=>x.Checked) const r = this.guests.filter(x=>x.Checked)
console.log('checkedChange----',r)
this.$emit('selected',r) this.$emit('selected',r)
}, },
selectedHandle(val){ selectedHandle(val){
......
...@@ -814,7 +814,6 @@ ...@@ -814,7 +814,6 @@
); );
}, },
formatStatus(status, loss, isCancel) { formatStatus(status, loss, isCancel) {
console.log(status, '------');
// #ifdef MP-DI // #ifdef MP-DI
if(status==1){ if(status==1){
this.orderStatus.code = 0; this.orderStatus.code = 0;
......
...@@ -73,6 +73,11 @@ export default { ...@@ -73,6 +73,11 @@ export default {
uni.redirectTo({ uni.redirectTo({
url: "/pages/guidecar/orderList", url: "/pages/guidecar/orderList",
}); });
} else if (this.isLineOrder == 3) {
//签证订单
uni.redirectTo({
url: "/pages/visa/visa_MyOrder",
});
} }
}, },
goHome() { goHome() {
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price + that.price +
"&isFrom=1", "&isFrom=3",
}); });
}, 100); }, 100);
}, },
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
icon: "success", icon: "success",
}); });
uni.navigateTo({ uni.navigateTo({
url: "/pages/jiuzhai/jz_MyOrder", url: "/pages/visa/visa_MyOrder",
}); });
} }
this.submitCancel = false this.submitCancel = false
......
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