支付根目录访问项目

This commit is contained in:
devil_gong
2018-12-26 16:09:08 +08:00
parent efc761e35c
commit 5a271ae4e1
167 changed files with 571 additions and 2409 deletions

View File

@ -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]);
}