mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 14:53:26 +08:00
前端【修复】:修复app下支付宝支付回调参数取值错误的问题。
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
const handleAlipay = (res : any, loading : Ref<boolean>) => {
|
||||
uni.requestPayment({
|
||||
provider: 'alipay',
|
||||
orderInfo: res.data.tradeNo,
|
||||
orderInfo: res.data,
|
||||
success: function (e : any) {
|
||||
// #ifdef MP-ALIPAY
|
||||
if (e.errMsg === 'requestPayment:ok') {
|
||||
|
||||
Reference in New Issue
Block a user