Commit e01d437e7af0ca6b289a6fa73237d44352e65318

Authored by yvan.ni
1 parent 8c1a961a

支付尾款的优化

packageA/pages/serviceCard_pd/cart_wk/cart_wk.js
... ... @@ -590,7 +590,7 @@ Page({
590 590 console.log(JSON.stringify(arr));
591 591  
592 592 wx.request({
593   - url: oo.url + '/api/weshop/order/pay/payTuanWk',
  593 + url: oo.url + '/api/weshop/order/pay/payTuanWkCard',
594 594 data: JSON.stringify(arr),
595 595 method: 'POST',
596 596 header: {
... ...