fix:阿里适配
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
const order = rentResult.data
|
||||
console.log('订单信息', order);
|
||||
|
||||
if (payWay == 'alipay-pay' || payWay == 'wx-pay') {
|
||||
if (payWay == 'alipay-pay') {
|
||||
// 当支付方式为押金支付时
|
||||
uni.hideLoading()
|
||||
const res = await getOrderByOrderNo(order.orderNo);
|
||||
@@ -495,7 +495,7 @@
|
||||
url: `/pages/order/payment?orderId=${order.orderId}&packagePrice=${packagePrice}&totalAmount=${totalAmount}&depositAmount=${deposit}${deviceInfo.value && deviceInfo.value.feeConfig ? '&feeConfig=' + encodeURIComponent(deviceInfo.value.feeConfig) : ''}`
|
||||
})
|
||||
|
||||
} else if (payWay == 'alipay-score-pay' || payWay == 'wx-score-pay') {
|
||||
} else if (payWay == 'alipay-score-pay') {
|
||||
// 当支付方式为支付宝信用免押支付时
|
||||
uni.hideLoading()
|
||||
// 获取支付宝信用免押所需参数
|
||||
|
||||
Reference in New Issue
Block a user