ButtonHtml($params); break; // 公共顶部小导航钩子-左侧 case 'plugins_view_header_navigation_top_left' : $ret = $this->NavTextHtml($params); break; default : $ret = ''; } return $ret; } } /** * 登录登录html * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2019-05-24 * @desc description * @param array $params [description] */ private function ButtonHtml($params = []) { return $this->fetch('../../../plugins/view/weixinwebauthorization/index/public/auth_button'); } /** * 文字登录html * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2019-05-24 * @desc description * @param array $params [description] */ private function NavTextHtml($params = []) { return $this->fetch('../../../plugins/view/weixinwebauthorization/index/public/auth_text'); } } ?>