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