Commit 393d8f6f authored by wwccw0591's avatar wwccw0591

share

parent fd195384
...@@ -72,10 +72,11 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -72,10 +72,11 @@ class IndexController extends \Our\Controller_Abstract {
} }
if($paramsStr['startShippingPrice']){ if($paramsStr['startShippingPrice']){
$paramsStr['startShippingPrice']=\Our\Common::getDivNum((int)$paramsStr['startShippingPrice']); $paramsStr['startShippingPrice']=ceil(\Our\Common::getDivNum($paramsStr['startShippingPrice']));
} }
if($paramsStr['freeShippingPrice']){ if($paramsStr['freeShippingPrice']){
$paramsStr['freeShippingPrice']=\Our\Common::getDivNum((int)$paramsStr['freeShippingPrice']);
$paramsStr['freeShippingPrice']=ceil(\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){
......
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