no message
This commit is contained in:
parent
7897be7e9b
commit
9a0445236b
@ -1817,6 +1817,8 @@ class Book extends Base {
|
|||||||
|
|
||||||
$this->mRst[] = ["反", $r];
|
$this->mRst[] = ["反", $r];
|
||||||
|
|
||||||
|
$this->noRe();
|
||||||
|
|
||||||
return $this->openRe();
|
return $this->openRe();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2025,7 +2027,7 @@ class Book extends Base {
|
|||||||
if (strlen($sTopBar) <= 4) {
|
if (strlen($sTopBar) <= 4) {
|
||||||
$sTopBar = "";
|
$sTopBar = "";
|
||||||
} else {
|
} else {
|
||||||
$sTopBar .= "\n\n";
|
// $sTopBar .= "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sStr = "";
|
$sStr = "";
|
||||||
@ -2034,7 +2036,7 @@ class Book extends Base {
|
|||||||
if ($this->sPath != "/") {
|
if ($this->sPath != "/") {
|
||||||
$iParentId = $this->_parentIdByPath();
|
$iParentId = $this->_parentIdByPath();
|
||||||
$sParentRag = ModelBook::where("id", $iParentId)->first()?->rag;
|
$sParentRag = ModelBook::where("id", $iParentId)->first()?->rag;
|
||||||
$sParentStr = "";
|
$sParentStr = "\n\n";
|
||||||
$sParentStr .= "p:".$sParentRag;
|
$sParentStr .= "p:".$sParentRag;
|
||||||
$sStr .= $sParentStr;
|
$sStr .= $sParentStr;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user