mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
支付根目录访问项目
This commit is contained in:
@ -75,7 +75,7 @@ class Payment extends Common
|
||||
$data = PaymentService::PaymentList($data_params);
|
||||
if(empty($data[0]))
|
||||
{
|
||||
return $this->error('没有相关支付方式', url('admin/payment/index'));
|
||||
return $this->error('没有相关支付方式', MyUrl('admin/payment/index'));
|
||||
}
|
||||
$this->assign('data', $data[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user