mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
前端消息,积分列表优化
This commit is contained in:
@ -57,7 +57,7 @@ class FormHandleModule
|
||||
}
|
||||
|
||||
// 指定方法检测
|
||||
$this->module_obj = new $module();
|
||||
$this->module_obj = new $module($this->out_params);
|
||||
if(!method_exists($this->module_obj, $action))
|
||||
{
|
||||
// 默认方法检测
|
||||
|
||||
Reference in New Issue
Block a user