Commit b7e7599be39578148497bb7668228d09b5dfe312
1 parent
6ab7cc8c
赤峰 微信支付
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/parkRecord.vue
| @@ -324,6 +324,7 @@ export default { | @@ -324,6 +324,7 @@ export default { | ||
| 324 | carNumber: this.carNumber, // 车牌 | 324 | carNumber: this.carNumber, // 车牌 |
| 325 | paySrcType: 103, //支付的类型 101 是本次 103是历史欠费 | 325 | paySrcType: 103, //支付的类型 101 是本次 103是历史欠费 |
| 326 | ordeID: this.orderIds, //支付的订单号 | 326 | ordeID: this.orderIds, //支付的订单号 |
| 327 | + appOrderTimeout: '' | ||
| 327 | } | 328 | } |
| 328 | } | 329 | } |
| 329 | ) | 330 | ) |