对接支付宝小程序
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
params: params,
|
||||
is_realstore_model: (params.realstore_id || null) != null,
|
||||
plugins_points_status: app.globalData.get_config('plugins_base.points.data.is_default_use_points', null) == 1,
|
||||
// pay_url: app.globalData.get_request_url('pay', 'order'),
|
||||
pay_url: app.globalData.get_request_url('pay', 'order'),
|
||||
// pay_url: app.globalData.get_request_url('getpayment', 'xo'),
|
||||
qrcode_url: app.globalData.get_request_url('paycheck', 'order'),
|
||||
});
|
||||
@@ -664,15 +664,19 @@
|
||||
console.log('直接走支付流程');
|
||||
this.$refs.payment.pay_handle(order_id, payment_id, payment_list);
|
||||
}
|
||||
}
|
||||
|
||||
if (payment == 'IEPayPoli') {
|
||||
} else if (payment == 'WalletPay') {
|
||||
// 支付宝支付 改装钱包余额支付
|
||||
console.log('支付宝支付===', order_id);
|
||||
} else if (payment == 'IEPayPoli') {
|
||||
console.log('开始无忧支付===', order_id);
|
||||
|
||||
this.pay_url = app.globalData.get_request_url('wuYouPay', 'xo');
|
||||
this.$nextTick(() => {
|
||||
this.$refs.payment.pay_handle(order_id, payment_id, payment_list);
|
||||
});
|
||||
} else {
|
||||
// 直接走支付流程
|
||||
console.log('直接走支付流程');
|
||||
this.$refs.payment.pay_handle(order_id, payment_id, payment_list);
|
||||
}
|
||||
},
|
||||
// 初始化配置
|
||||
|
||||
Reference in New Issue
Block a user