* change for upgrade.

This commit is contained in:
wangyidong
2017-05-16 14:27:53 +08:00
parent f0e76ff576
commit 12c288a4e7
46 changed files with 668 additions and 128 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class qa extends control
if($this->app->user->account == 'guest' or commonModel::isTutorialMode()) $this->config->qa->homepage = 'index';
if(!isset($this->config->qa->homepage))
{
if($this->products) die($this->fetch('custom', 'ajaxSetHomepage', "module=qa"));
if($this->products and $this->app->viewType != 'mhtml') die($this->fetch('custom', 'ajaxSetHomepage', "module=qa"));
$this->config->qa->homepage = 'index';
$this->fetch('custom', 'ajaxSetHomepage', "module=qa&page=index");