| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481 |
- <!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/style.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: 22%;
- text-align: right;
- }
-
- .mui-input-row label~input,
- .mui-input-row label~select,
- .mui-input-row label~textarea {
- width: 78%;
- }
-
- .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 {
- position: absolute;
- bottom: 20px;
- left: 0px;
- 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 .oauth-btn:active {
- border: solid 1px #aaa;
- }
-
- .oauth-area .oauth-btn.disabled {
- background-color: #ddd;
- }
-
- #login-form {
- margin-top: 0;
- }
-
- .mui-logo-box {
- text-align: center;
- padding-top: 51px;
- }
-
- .mui-logo-box img {
- width: 180px;
-
- }
- .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: 16px;
- }
- .mui-btn-primary{
- border: 1px solid #00a1cb;
- background-color: #00a1cb;
- }
-
- .mui-input-group {
- width: 90%;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .mui-input-row{
- margin-bottom: 10px;
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
- <form id='login-form' class="mui-input-group">
- <!--logo-->
- <div class="mui-logo-box">
- <div>
- <img src="images/logo1.png" alt="" />
- </div>
- </div>
- <div class="mui-input-row">
- <label><img src="images/peson.png" alt="" style="width: 20px;"/></label>
- <input id='account' type="text" class="mui-input-clear mui-input" placeholder="请输入账号">
- </div>
- <div class="mui-input-row">
- <label><i class="mui-icon mui-icon-locked"></i></label>
- <input id='password' type="password" class=" mui-input mui-input-clear" placeholder="请输入密码">
- </div>
- </form>
- <div class="mui-content-padded">
- <button id='login' class="mui-btn mui-btn-block mui-btn-primary">登录</button>
- <!--<div class="link-area">
- <!--<a id='reg'>注册账号</a> <span class="spliter">|</span>
- <a id='forgetPassword'>忘记密码</a>-->
- <!--<span class="spliter "></span> 还没有账号,
- <a id='reg' style="color: #00a1cb;">注册账号</a>
- <span class="spliter"></span>
- </div>-->
- </div>
- <div class="mui-content-padded oauth-area">
- </div>
- </div>
- <script src="js/mui.min.js"></script>
- <script src="js/mui.enterfocus.js"></script>
- <script src="js/app.js"></script>
- <script src="js/jquery.min.js"></script>
- <script src="js/jquery.md5.js"></script>
- <script>
- // (function($, doc) {
- // $.init({
- // statusBarBackground: '#f7f7f7'
- // });
- // $.plusReady(function() {
- // plus.screen.lockOrientation("portrait-primary");
- // var settings = app.getSettings();
- // var state = app.getState();
- // var mainPage = $.preload({
- // "id": 'main',
- // "url": 'main.html'
- // });
- // var main_loaded_flag = false;
- // mainPage.addEventListener("loaded",function () {
- // main_loaded_flag = true;
- // });
- // var toMain = function() {
- // //使用定时器的原因:
- // //可能执行太快,main页面loaded事件尚未触发就执行自定义事件,此时必然会失败
- // var id = setInterval(function () {
- // if(main_loaded_flag){
- // clearInterval(id);
- // $.fire(mainPage, 'show', null);
- // mainPage.show("pop-in");
- // }
- // },20);
- // };
- // //检查 "登录状态/锁屏状态" 开始
- // if (settings.autoLogin && state.token && settings.gestures) {
- // $.openWindow({
- // url: 'unlock.html',
- // id: 'unlock',
- // show: {
- // aniShow: 'pop-in'
- // },
- // waiting: {
- // autoShow: false
- // }
- // });
- // } else if (settings.autoLogin && state.token) {
- // toMain();
- // } else {
- // app.setState(null);
- // //第三方登录
- // var authBtns = ['qihoo', 'weixin', 'sinaweibo', 'qq']; //配置业务支持的第三方登录
- // var auths = {};
- // var oauthArea = doc.querySelector('.oauth-area');
- // plus.oauth.getServices(function(services) {
- // for (var i in services) {
- // var service = services[i];
- // auths[service.id] = service;
- // if (~authBtns.indexOf(service.id)) {
- // var isInstalled = app.isInstalled(service.id);
- // var btn = document.createElement('div');
- // //如果微信未安装,则为不启用状态
- // btn.setAttribute('class', 'oauth-btn' + (!isInstalled && service.id === 'weixin' ? (' disabled') : ''));
- // btn.authId = service.id;
- // btn.style.backgroundImage = 'url("images/' + service.id + '.png")'
- // oauthArea.appendChild(btn);
- // }
- // }
- // $(oauthArea).on('tap', '.oauth-btn', function() {
- // if (this.classList.contains('disabled')) {
- // plus.nativeUI.toast('您尚未安装微信客户端');
- // return;
- // }
- // var auth = auths[this.authId];
- // var waiting = plus.nativeUI.showWaiting();
- // auth.login(function() {
- // waiting.close();
- // plus.nativeUI.toast("登录认证成功");
- // auth.getUserInfo(function() {
- // plus.nativeUI.toast("获取用户信息成功");
- // var name = auth.userInfo.nickname || auth.userInfo.name;
- // app.createState(name, function() {
- // toMain();
- // });
- // }, function(e) {
- // plus.nativeUI.toast("获取用户信息失败:" + e.message);
- // });
- // }, function(e) {
- // waiting.close();
- // plus.nativeUI.toast("登录认证失败:" + e.message);
- // });
- // });
- // }, function(e) {
- // oauthArea.style.display = 'none';
- // plus.nativeUI.toast("获取登录认证失败:" + e.message);
- // });
- // }
- // // close splash
- // setTimeout(function() {
- // //关闭 splash
- // plus.navigator.closeSplashscreen();
- // }, 600);
- // //检查 "登录状态/锁屏状态" 结束
- // var loginButton = doc.getElementById('login');
- // var accountBox = doc.getElementById('account');
- // var passwordBox = doc.getElementById('password');
- // var autoLoginButton = doc.getElementById("autoLogin");
- // var regButton = doc.getElementById('reg');
- // var forgetButton = doc.getElementById('forgetPassword');
- // loginButton.addEventListener('tap', function(event) {
- // var loginInfo = {
- // account: accountBox.value,
- // password: passwordBox.value
- // };
- // app.login(loginInfo, function(err) {
- // if (err) {
- // plus.nativeUI.toast(err);
- // return;
- // }
- // toMain();
- // });
- // });
- // $.enterfocus('#login-form input', function() {
- // $.trigger(loginButton, 'tap');
- // });
- // autoLoginButton.classList[settings.autoLogin ? 'add' : 'remove']('mui-active')
- // autoLoginButton.addEventListener('toggle', function(event) {
- // setTimeout(function() {
- // var isActive = event.detail.isActive;
- // settings.autoLogin = isActive;
- // app.setSettings(settings);
- // }, 50);
- // }, false);
- // regButton.addEventListener('tap', function(event) {
- // $.openWindow({
- // url: 'reg.html',
- // id: 'reg',
- // preload: true,
- // show: {
- // aniShow: 'pop-in'
- // },
- // styles: {
- // popGesture: 'hide'
- // },
- // waiting: {
- // autoShow: false
- // }
- // });
- // }, false);
- // forgetButton.addEventListener('tap', function(event) {
- // $.openWindow({
- // url: 'forget_password.html',
- // id: 'forget_password',
- // preload: true,
- // show: {
- // aniShow: 'pop-in'
- // },
- // styles: {
- // popGesture: 'hide'
- // },
- // waiting: {
- // autoShow: false
- // }
- // });
- // }, false);
- // //
- // window.addEventListener('resize', function() {
- // oauthArea.style.display = document.body.clientHeight > 400 ? 'block' : 'none';
- // }, false);
- // //
- // var backButtonPress = 0;
- // $.back = function(event) {
- // backButtonPress++;
- // if (backButtonPress > 1) {
- // plus.runtime.quit();
- // } else {
- // plus.nativeUI.toast('再按一次退出应用');
- // }
- // setTimeout(function() {
- // backButtonPress = 0;
- // }, 1000);
- // return false;
- // };
- // });
- // }(mui, document));
- mui.init();
- mui.plusReady(
- function() {
- document.getElementById("login").addEventListener('tap', function() {
- // 内容就是 return document.getElementById();
- 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 {
- // 调用ajax
- mui.ajax('http://117.158.196.116:4010/Login/login', {
- data: data,
- dataType: 'json', //服务器返回json格式数据
- type: 'post', //HTTP请求类型
- timeout: 10000, //超时时间设置为10秒;
- headers: {
- 'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
- },
- success: function(data) {
-
- mui.openWindow({
- "id": 'indexs',
- "url": 'indexs.html',
- show: {
- aniShow: 'pop-in'
- },
- styles: {
- popGesture: 'hide'
- },
- waiting: {
- autoShow: false
- },
- extras: {
- name: data.data.token,
- //name:"5646",
- }
- });
- document.getElementById('account').value="";
- document.getElementById('password').value="";
- // var mainPage=mui.preload({
- // "id": 'main',
- // "url": 'main.html'
- // });
- // var main_loaded_flag = false;
- // mainPage.addEventListener("loaded", function() {
- // main_loaded_flag = true;
- // });
- // var toMain = function() {
- // //使用定时器的原因:
- // //可能执行太快,main页面loaded事件尚未触发就执行自定义事件,此时必然会失败
- // var id = setInterval(function() {
- // if(main_loaded_flag) {
- // clearInterval(id);
- // $.fire(mainPage, 'show', null);
- // mainPage.show("pop-in");
- // }
- // }, 20);
- // };
- },
- error: function(xhr, type, errorThrown) {
- //异常处理;
- }
- });
- }
- });
- }
- );
- // function postData(url, data, callback, waitingDialog) {
- // mui.ajax(url, {
- // data: 'data=' + JSON.stringify(data),
- // dataType: 'json',
- // type: 'post',
- // contentType: "application/x-www-form-urlencoded; charset=utf-8",
- // timeout: 60000,
- // success: callback,
- // error: function(xhr, type, errorThrown) {
- // waitingDialog.close();
- // mui.alert("<网络连接失败,请重新尝试一下>", "错误", "OK", null);
- // }
- // });
- // }
- </script>
- </body>
- </html>
|