Commit 4e4dbaa9 authored by youjie's avatar youjie

优化

parent efb03212
......@@ -144,7 +144,6 @@
},
checkedChange(){
const r = this.guests.filter(x=>x.Checked)
console.log('checkedChange----',r)
this.$emit('selected',r)
},
selectedHandle(val){
......
......@@ -828,7 +828,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