Commit 1364b8ae authored by christ's avatar christ

share

parent 394473d2
...@@ -48,7 +48,7 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -48,7 +48,7 @@ class IndexController extends \Our\Controller_Abstract {
if($paramsStr['type']==\Our\ApiConst::shareGoods){ if($paramsStr['type']==\Our\ApiConst::shareGoods){
$this->_view->display('index/goods.phtml'); $this->_view->display('index/goods.phtml');
} }
if($paramsStr['type']==\Our\ApiConst::shareGoods){ if($paramsStr['type']==\Our\ApiConst::shareSaler){
$this->_view->display('index/saleShare.phtml'); $this->_view->display('index/saleShare.phtml');
} }
exit; exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment