支付联调
This commit is contained in:
@@ -100,4 +100,4 @@
|
|||||||
justify-content: @start;
|
justify-content: @start;
|
||||||
align-items: @position;
|
align-items: @position;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -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, // 微信支付商户号
|
||||||
|
|||||||
@@ -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, // 微信支付商户号
|
||||||
|
|||||||
Reference in New Issue
Block a user