Commit e01d437e7af0ca6b289a6fa73237d44352e65318

Authored by yvan.ni
1 parent 8c1a961a

支付尾款的优化

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