no message
This commit is contained in:
parent
4f103fa684
commit
6cf1df95ef
@ -321,6 +321,8 @@ class SakaiController
|
||||
$s = "/book#main";
|
||||
$s = "/book#unlike";
|
||||
$s = "likeg ss";
|
||||
$s = "id 28";
|
||||
// $s = "back";
|
||||
// $s = "firel";
|
||||
// $s = "likeg__4 s";
|
||||
// $s = "like ss";
|
||||
|
||||
@ -871,7 +871,24 @@ class Book extends Base {
|
||||
}
|
||||
//// order 系列 end
|
||||
|
||||
//// 未分类 系列
|
||||
//// 其他 系列
|
||||
public function id($aParam)
|
||||
{
|
||||
$iId = $aParam["aArg"][1] ?? false;
|
||||
|
||||
$oRag = ModelBook::where("id", $iId)->first();
|
||||
|
||||
if (!$oRag) {
|
||||
return "没有";
|
||||
}
|
||||
|
||||
$sPath = $oRag->path.$oRag->id."/";
|
||||
|
||||
$this->_cd($sPath);
|
||||
|
||||
return $this->openRe();
|
||||
}
|
||||
|
||||
public function no($aParam)
|
||||
{
|
||||
|
||||
@ -930,7 +947,7 @@ class Book extends Base {
|
||||
return $this->openRe();
|
||||
}
|
||||
|
||||
//// 未分类 系列
|
||||
//// 其他 系列
|
||||
|
||||
//// id 系列
|
||||
// public function id ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user