html($params); } } /** * 视图 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @datetime 2019-02-06T16:16:34+0800 * @param [array] $params [输入参数] */ public function html($params = []) { // 当前模块/控制器/方法 $module_name = strtolower(request()->module()); $controller_name = strtolower(request()->controller()); $action_name = strtolower(request()->action()); // 获取应用数据 $ret = PluginsService::PluginsData('commontopmaxpicture', ['images']); // html拼接 $html = '
'; $content .= ''; $content .= ''; } else { $content = $ret['msg']; } $html .= '">'; $html .= $content; $html .= '
'; return $html; } } ?>