| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- <!DOCTYPE html>
- <html class="ui-page-login">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <title></title>
- <link href="css/mui.min.css" rel="stylesheet" />
- <link href="css/iconfont.css" rel="stylesheet" />
- <style>
- body {
- background-color: #fff!important;
- }
-
- #login-form {
- background-color: #fff!important;
- }
-
- .mui-content {
- background: #FFF;
- }
-
- .area {
- margin: 20px auto 0px auto;
- }
-
- .mui-input-group {
- margin-top: 10px;
- }
-
- .mui-input-group:first-child {
- margin-top: 20px;
- }
-
- .mui-input-group label {
- width: 2%;
- text-align: right;
- }
-
- .mui-input-row label~input,
- .mui-input-row label~select,
- .mui-input-row label~textarea {
- width: 88%;
- }
-
- .mui-checkbox input[type=checkbox],
- .mui-radio input[type=radio] {
- top: 6px;
- }
-
- .mui-content-padded {
- margin-top: 40px;
- }
-
- .mui-btn {
- padding: 10px;
- }
-
- .link-area {
- display: block;
- margin-top: 130px;
- text-align: center;
- font-size: 15px;
- }
-
- .spliter {
- width: 25%;
- display: inline-block;
- color: #bbb;
- padding: 0px 8px;
- /* line-height: 20px; */
- vertical-align: middle;
- position: relative;
- left: -10px;
- }
-
- .spliter:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
-
- .oauth-area {
- text-align: center;
- width: 100%;
- padding: 0px;
- margin: 0px;
- }
-
- .oauth-area .oauth-btn {
- display: inline-block;
- width: 50px;
- height: 50px;
- background-size: 30px 30px;
- background-position: center center;
- background-repeat: no-repeat;
- margin: 0px 20px;
- /*-webkit-filter: grayscale(100%); */
- border: solid 1px #ddd;
- border-radius: 25px;
- }
- .oauth-area .reg_href{
- text-align: center;
- display: block;
- width: 100%;
- float: left;
- color: #005e98;
- }
- .oauth-area .oauth-btn:active {
- border: solid 1px #aaa;
- }
-
- .oauth-area .oauth-btn.disabled {
- background-color: #ddd;
- }
-
- #login-form {
- margin-top: 0px;
- }
-
- .mui-logo-box {
- text-align: center;
- padding-top: 100px;
- margin-bottom: 130px;
- }
-
- .mui-logo-box img {
- width: 80%;
- }
-
- .mui-input-row {
- margin-top: 15px;
- }
- .mui-input-group:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- /*background-color: #c8c7cc;*/
- }
-
- input {
- font-size: 14px;
- }
-
- .mui-btn-primary {
- border: 1px solid #005e98;
- background-color: #005e98;
- }
-
- .mui-input-group {
- width: 100%;
- margin: 0 auto;
- margin-bottom: 20px;
- }
-
- .mui-input-row {
- margin-bottom: 10px;
- }
-
- .mui-content-padded {
- width: 100%;
- width: 90%;
- margin: 0 auto;
- margin-top: 30px;
- }
-
- #login {
- border-radius: 20px;
- }
-
- .mui-input-group .mui-input-row:after {
- left: -5px;
- }
-
- .mui-input-row span {
- color: #787878;
- }
-
- .mui-input-group .mui-input-row {
- height: 40px;
- /* margin-bottom: 20px; */
- width: 90%;
- margin: 0 auto;
- border: 1px solid #ccc;
- border-radius: 20px;
- margin-bottom: 20px;
- }
-
- .mui-input-group:after {
- background-color: #fff;
- }
-
- .mui-input-group .mui-input-row:after {
- background-color: #fff;
- }
-
- </style>
- </head>
- <body>
- <div class="mui-content">
- <form id='login-form' class="mui-input-group">
- <!--logo-->
- <div class="mui-logo-box">
- <div>
- <img src="img/123.png" alt="" />
- </div>
- </div>
- <div class="mui-input-row">
- <label><span class="mui-icon iconfont icon-yonghu"></span></label>
- <input id='account' type="text" class="mui-input-clear mui-input" placeholder="请输入账号">
- </div>
- <div class="mui-input-row mui-password">
- <label><span class="mui-icon iconfont icon-mima"></span></label>
- <input id='password' type="password" class=" mui-input-password mui-input" placeholder="请输入密码">
- </div>
- </form>
- <div class="mui-content-padded">
- <button id='login' class="mui-btn mui-btn-block mui-btn-primary" style="font-size: 16px;">登录</button>
- </div>
- <div class="mui-content-padded oauth-area" style="width: 100%; margin-top: 70px;">
- <a href="User-login.html" class="reg_href" style="font-size: 14px;">我是市民</a>
- </div>
- </div>
- <script src="js/mui.min.js"></script>
- <script src="js/jquery.min.js"></script>
- <script src="js/jquery.md5.js"></script>
- <script src="js/huayi.http.js"></script>
- <script src="js/huayi.config.js"></script>
- <script>
- mui.init();
- mui.plusReady(function() {
- document.getElementById("login").addEventListener('tap', function() {
- localStorage.clear();
- var username = document.getElementById('account').value;
- var password = document.getElementById('password').value;
- var data = {
- "username": username,
- "password": $.md5(password),
- " extensionphone": 1
- };
- if(!username) {
- plus.nativeUI.toast('输入账号');
- } else if(!password) {
- plus.nativeUI.toast('密码不能为空');
- } else {
- if(plus.networkinfo.getCurrentType() == plus.networkinfo.CONNECTION_NONE) {
- mui.toast("网络连接中断!");
- }
- // 调用ajax
- mui.ajax(huayi.config.callcenter_url + '/Login/applogin', {
- data: data,
- dataType: 'json', //服务器返回json格式数据
- type: 'post', //HTTP请求类型
- timeout: 10000, //超时时间设置为10秒
- success: function(data) {
- if(data.state == "success") {
- localStorage.setItem("token", data.data.token);
- localStorage.setItem("user", username);
- var nwaiting = plus.nativeUI.showWaiting();
- webviewShow = plus.webview.create("Leader-index.html"); //后台创建webview并打开show.html
- //webviewShow.addEventListener("loaded", function() { //注册新webview的载入完成事件
- //nwaiting.close(); //新webview的载入完毕后关闭等待框
- //webviewShow.show("slide-in-right", 300); //把新webview窗体显示出来,显示动画效果为速度300毫秒的右侧移入动画
- //}, false);
- document.getElementById('account').value = "";
- document.getElementById('password').value = "";
- } else {
- mui.alert(data.message);
- document.getElementById('account').value = "";
- document.getElementById('password').value = "";
- }
- },
- error: function(xhr, type, errorThrown) {}
- });
- }
- });
- });
- //
- </script>
- </body>
- </html>
|