更新支付方式为7
This commit is contained in:
parent
83d9ff4dd3
commit
9f0fc79184
|
@ -267,7 +267,7 @@
|
|||
order_id: e.id,
|
||||
address_id: e.address_id,
|
||||
mer_id: e.merchant,
|
||||
pay_type: 1
|
||||
pay_type: 7
|
||||
}).then(res => {
|
||||
if (!res.data?.nonceStr) return uni.$u.toast('支付失败!');
|
||||
uni.requestPayment({
|
||||
|
|
Loading…
Reference in New Issue