修改申请查看的后台页面地址
This commit is contained in:
parent
60da9b5ea6
commit
2c5a014a47
|
@ -399,7 +399,7 @@ class Order
|
||||||
|
|
||||||
$data = array(
|
$data = array(
|
||||||
"user" => empty($user->realname) ? $user->username : $user->realname,
|
"user" => empty($user->realname) ? $user->username : $user->realname,
|
||||||
"link"=> view::getHostLink() . '/admin/down/offlineapps/ac/view/offlineappid/'.$offlineappid
|
"link"=> view::getHostLink() . '/admin/down/offlineapp/ac/view/offlineappid/'.$offlineappid
|
||||||
);
|
);
|
||||||
|
|
||||||
$mail = new Mail();
|
$mail = new Mail();
|
||||||
|
|
Loading…
Reference in New Issue