This commit is contained in:
liumengyi
2022-07-21 08:40:56 +08:00
parent 369a66f0f0
commit 59968a12e4
+2 -6
View File
@@ -323,11 +323,7 @@ EOF;
{
$this->loadModel('story');
/* Save session. */
if($this->app->viewType != 'json')
{
$this->session->set('storyList', $this->app->getURI(true), 'my');
$this->session->set('storyList', $this->app->getURI(true), 'product');
}
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'product');
/* Load pager. */
$this->app->loadClass('pager', $static = true);
@@ -391,7 +387,7 @@ EOF;
{
/* Save session. */
$this->loadModel('story');
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'my');
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'product');
/* Load pager. */
$this->app->loadClass('pager', $static = true);