Commit 394473d2 authored by christ's avatar christ

share

parent 62d3c5f4
...@@ -48,6 +48,9 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -48,6 +48,9 @@ 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){
$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