支付联调
This commit is contained in:
@@ -100,4 +100,4 @@
|
||||
justify-content: @start;
|
||||
align-items: @position;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -88,7 +88,6 @@
|
||||
orderType: 'group'
|
||||
})
|
||||
if (res) {
|
||||
return
|
||||
uni.requestPayment({
|
||||
provider: 'wxpay', //支付类型-固定值
|
||||
partnerid: res.data.payAppId, // 微信支付商户号
|
||||
|
||||
@@ -94,7 +94,6 @@
|
||||
orderType:'group'
|
||||
})
|
||||
if (res) {
|
||||
return
|
||||
uni.requestPayment({
|
||||
provider: 'wxpay', //支付类型-固定值
|
||||
partnerid: res.data.payAppId, // 微信支付商户号
|
||||
|
||||
Reference in New Issue
Block a user