|
@@ -90,6 +90,7 @@ import {
|
|
|
submit(id) {
|
|
|
this.$refs.common.showLoading();
|
|
|
|
|
|
+ console.log("Pay+"+new Date().getTime())
|
|
|
|
|
|
Pay.wxpay(id).then((response) => {
|
|
|
if(!response.result){
|
|
@@ -103,6 +104,8 @@ import {
|
|
|
...data,
|
|
|
url: url
|
|
|
}
|
|
|
+ console.log("Pay+"+new Date().getTime())
|
|
|
+
|
|
|
wxPayJs(obj);
|
|
|
|
|
|
}).catch(error => {
|
|
@@ -150,7 +153,7 @@ import {
|
|
|
this.carhelp.set("paysucc",{
|
|
|
type:"buytickets",
|
|
|
id:this.id,
|
|
|
- list:response.data.MergeOrderDTO.passengerRecordDTOList
|
|
|
+ list2:response.data.MergeOrderDTO.passengerRecordDTOList
|
|
|
})
|
|
|
if(this.buy){
|
|
|
this.submit(response.data.MergeOrderDTO.id);
|
|
@@ -238,6 +241,9 @@ import {
|
|
|
}else{
|
|
|
this.up.name = obj.oplist[0].upStationName;
|
|
|
this.up.id = obj.oplist[0].upStationId;
|
|
|
+ if(obj.oplist[0].ticketType2){
|
|
|
+ this.underLine=(obj.oplist[0].ticketType2==2?1:0);
|
|
|
+ }
|
|
|
this.personNum=obj.oplist.length
|
|
|
|
|
|
}
|