Commit fd195384 authored by wwccw0591's avatar wwccw0591

share

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