Fix bug#1054 我的地盘添加产品区块无法选择类型
This commit is contained in:
@@ -194,6 +194,9 @@ class blockModel extends model
|
||||
*/
|
||||
public function getListParams($module = '')
|
||||
{
|
||||
if($module == 'product') return $this->getProductParams($module);
|
||||
if($module == 'project') return $this->getProjectParams($module);
|
||||
|
||||
$params = new stdclass();
|
||||
$params = $this->onlyNumParams($module, $params);
|
||||
return json_encode($params);
|
||||
|
||||
Reference in New Issue
Block a user