|
|
@ -1067,7 +1067,7 @@ |
|
|
openid: uni.getStorageSync('miniProgramOpenid') || 'test-openid', |
|
|
openid: uni.getStorageSync('miniProgramOpenid') || 'test-openid', |
|
|
amount: amountInCents, |
|
|
amount: amountInCents, |
|
|
description: '增加配送佣金', |
|
|
description: '增加配送佣金', |
|
|
outTradeNo: that.orderDetail.deliveryInfo.id |
|
|
outTradeNo: that.orderDetail.id |
|
|
}, false, false).then((res) => { |
|
|
}, false, false).then((res) => { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
uni.requestPayment({ |
|
|
uni.requestPayment({ |
|
|
@ -1078,6 +1078,7 @@ |
|
|
signType: res.signType, |
|
|
signType: res.signType, |
|
|
paySign: res.paySign, |
|
|
paySign: res.paySign, |
|
|
success: function(res2) { |
|
|
success: function(res2) { |
|
|
|
|
|
that.$refs.addFeePayPopup.close(); |
|
|
that.getOrderDetail(that.orderId); |
|
|
that.getOrderDetail(that.orderId); |
|
|
that.$forceUpdate(); |
|
|
that.$forceUpdate(); |
|
|
}, |
|
|
}, |
|
|
|