123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <!--HTML5 doctype-->
- <html>
-
- <head>
- <title>壹管家宠物服务</title>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/webapp/framework/ratchet-2.0.2/dist/css/ratchet.min.css">
- <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/webapp/framework/ratchet-2.0.2/dist/css/ratchet-theme-ios.min.css">
- </head>
-
- <body>
- <div class="content-padded">
- <h2>微信登录失败</h2>
- <a class="btn btn-primary btn-block" href="<?php echo $wxLoginURI; ?>">重新登录</a>
- </div>
- </body>
-
- </html>
|