小程序分销开发+细节优化

This commit is contained in:
devil
2020-01-16 15:01:30 +08:00
parent ae501214e8
commit 356592d6f7
115 changed files with 2350 additions and 98 deletions

View File

@ -97,7 +97,7 @@ class Order extends Common
// 发起支付 - 支付方式
$pay_where = [
'where' => ['is_enable'=>1, 'is_open_user'=>1, 'payment'=>config('shopxo.under_line_list')],
'where' => ['is_enable'=>1, 'payment'=>config('shopxo.under_line_list')],
];
$this->assign('buy_payment_list', PaymentService::BuyPaymentList($pay_where));