|
@@ -364,7 +364,7 @@ export default {
|
|
|
}
|
|
|
// 如果是北京的ETCP
|
|
|
if (this.isBKC() && !isAlipay()) {
|
|
|
- wx.miniProgram.redirectTo({
|
|
|
+ wx.miniProgram.navigateTo({
|
|
|
url: `/pages/package-parkingFee/etcpPayment?token=${encodeURIComponent(
|
|
|
res.token + '$'
|
|
|
)}&syncId=${encodeURIComponent(
|
|
@@ -373,6 +373,7 @@ export default {
|
|
|
res.vehicleNo + '$'
|
|
|
)}`,
|
|
|
});
|
|
|
+ this.$router.back()
|
|
|
return
|
|
|
}
|
|
|
if(res?.sessionId) {
|