Commit c0ca241f301c13624a65c776ffb79a451003eebb
1 parent
6037a662
补缴 聚合 支付
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/orderPay.vue
... | ... | @@ -153,7 +153,7 @@ export default { |
153 | 153 | paySource: '3', |
154 | 154 | //支付单来源 101:停车付款单 102:停车预付单 103:停车补缴单 104 共享车位 201 余额充值单 202 押金充值单 301 会员卡购买单 302 会员卡续费 |
155 | 155 | paySrcType: this.paySrcType, |
156 | - payType: this.$utils.clientBrowsePayType()==4?'36':'37', | |
156 | + payType: this.$utils.clientBrowsePayType()==4?'36':'37', // 36微信 37支付宝 | |
157 | 157 | rltOrderId: this.orderId, |
158 | 158 | sourceType: '3', |
159 | 159 | orgId: this.$utils.myOrgId, | ... | ... |