支付联调

This commit is contained in:
duan
2024-05-14 18:10:32 +08:00
parent 1ef9645144
commit 297f2ebe60
3 changed files with 1 additions and 3 deletions

View File

@@ -100,4 +100,4 @@
justify-content: @start; justify-content: @start;
align-items: @position; align-items: @position;
} }
</style> </style>

View File

@@ -88,7 +88,6 @@
orderType: 'group' orderType: 'group'
}) })
if (res) { if (res) {
return
uni.requestPayment({ uni.requestPayment({
provider: 'wxpay', //支付类型-固定值 provider: 'wxpay', //支付类型-固定值
partnerid: res.data.payAppId, // 微信支付商户号 partnerid: res.data.payAppId, // 微信支付商户号

View File

@@ -94,7 +94,6 @@
orderType:'group' orderType:'group'
}) })
if (res) { if (res) {
return
uni.requestPayment({ uni.requestPayment({
provider: 'wxpay', //支付类型-固定值 provider: 'wxpay', //支付类型-固定值
partnerid: res.data.payAppId, // 微信支付商户号 partnerid: res.data.payAppId, // 微信支付商户号