mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
qq小程序支持微信支付
This commit is contained in:
@ -230,8 +230,9 @@ Page({
|
||||
switch (res.data.data.is_payment_type) {
|
||||
// 正常线上支付
|
||||
case 0:
|
||||
var data = res.data.data;
|
||||
swan.requestPolymerPayment({
|
||||
orderInfo: res.data.data.data,
|
||||
orderInfo: data.data,
|
||||
success: function (res) {
|
||||
// 数据设置
|
||||
self.order_item_pay_success_handle(order_ids);
|
||||
|
||||
Reference in New Issue
Block a user