Commit 31c58111 authored by wwccw0591's avatar wwccw0591

master_dev

parent 776ddcdc
...@@ -71,6 +71,12 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -71,6 +71,12 @@ class IndexController extends \Our\Controller_Abstract {
} }
} }
if($paramsStr['startShippingPrice']){
$paramsStr['startShippingPrice']=\Our\Common::getDivNum($paramsStr['startShippingPrice']);
}
if($params['freeShippingPrice']){
$paramsStr['freeShippingPrice']=\Our\Common::getDivNum($paramsStr['freeShippingPrice']);
}
$this->_view->assign("params", $paramsStr); $this->_view->assign("params", $paramsStr);
if($paramsStr['type']==\Our\ApiConst::sharePlat){ if($paramsStr['type']==\Our\ApiConst::sharePlat){
$this->_view->display('index/plat.phtml'); $this->_view->display('index/plat.phtml');
......
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