细节优化

This commit is contained in:
devil_gong
2018-12-29 13:13:09 +08:00
parent 7e42f5e8e3
commit 39dbb5d2e4
67 changed files with 284 additions and 1518 deletions

View File

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