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