1 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-85ae62f4"],{"6d4b":function(t,e,n){t.exports=n.p+"static/img/login.998547d2.png"},"773f":function(t,e,n){t.exports=n.p+"static/img/bg.be2c6675.png"},"9ed6":function(t,e,n){"use strict";n.r(e);var A=[function(){var t=this,e=t.$createElement;e=t._self._c||e;return e("div",{staticClass:"logo-header"},[e("div",{staticClass:"login-img"},[e("img",{attrs:{src:n("6d4b"),alt:""}})]),e("p",{staticClass:"logo-header-title"},[t._v("登录")]),e("p",{staticClass:"logo-header-tips"},[t._v("登录享受更多精彩")])])}],a=(n("96cf"),n("1da1"));function r(t){return/^[0-9]*$/.test(t)}n("6b54");var i,o,s,c,l={mixins:[n("9f53").a],data:function(){return{passwordStatus:!1,loginBG:n("773f"),user:n("b545"),pwod:n("da00"),loadding:!1,form:{mobile:"",code:""}}},methods:{onSubmit:(c=Object(a.a)(regeneratorRuntime.mark((function t(){var e=this;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(this.loadding){t.next=4;break}return this.loadding=!0,t.next=4,this.asyncmobileValidator(this.form.mobile).then(function(){var t=Object(a.a)(regeneratorRuntime.mark((function t(n){var A;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("ok"===n)return A={code:e.form.code,mobile:"CJ1745"+e.form.mobile},t.next=4,e.asyncpwodValidator(e.form.code).then(function(){var t=Object(a.a)(regeneratorRuntime.mark((function t(n){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:"ok"===n?e.$store.dispatch("user/login",A).then((function(t){e.loadding=!1,0===t.code?e.loginSuccess():e.show_title(t.msg)})).catch((function(t){e.loadding=!1})):e.loadding=!1;case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).catch((function(){e.loadding=!1}));t.next=6;break;case 4:t.next=7;break;case 6:e.loadding=!1;case 7:case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).catch((function(){e.loadding=!1}));case 4:case"end":return t.stop()}}),t,this)}))),function(){return c.apply(this,arguments)}),loginSuccess:(s=Object(a.a)(regeneratorRuntime.mark((function t(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:window.vm.$router.push({path:"/home/paddy"});case 1:case"end":return t.stop()}}),t)}))),function(t){return s.apply(this,arguments)}),asyncmobileValidator:(o=Object(a.a)(regeneratorRuntime.mark((function t(e){var n=this;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",new Promise((function(t){var A=!0;""===e?(n.show_title("请输入卡号!"),A=!1):(6!==e.length&&(n.show_title("卡号不正确!"),A=!1),r(e)||(n.show_title("卡号不正确!"),A=!1)),t(A?"ok":"error")})));case 1:case"end":return t.stop()}}),t)}))),function(t){return o.apply(this,arguments)}),asyncpwodValidator:(i=Object(a.a)(regeneratorRuntime.mark((function t(e){var n=this;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",new Promise((function(t){var A,a=!0;""===e?(n.show_title("请输入密码!"),a=!1):6!==e.length?(n.show_title("密码为2位字母+4位数字!"),a=!1):(A=e.slice(0,2),r(e.slice(2,4))||(n.show_title("密码为2位字母+4位数字!"),a=!1),/^[A-Za-z]+$/.test(A)||(n.show_title("密码为2位字母+4位数字!"),a=!1)),t(a?"ok":"error")})));case 1:case"end":return t.stop()}}),t)}))),function(t){return i.apply(this,arguments)}),showPassword:function(){this.passwordStatus=!this.passwordStatus}}},u=(n("fd98"),n("2877"));A=Object(u.a)(l,(function(){var t=this,e=t.$createElement;e=t._self._c||e;return e("div",{staticClass:"login"},[e("div",{staticClass:"bg"}),e("div",{staticClass:"login-main"},[t._m(0),e("van-form",{staticClass:"login-form",attrs:{"validate-first":""}},[e("ul",{staticClass:"clear"},[e("li",{staticClass:"label"},[t._v("\n 卡号:\n ")]),e("li",{staticClass:"van-field-input"},[e("van-row",[e("van-col",{staticStyle:{width:"42px"},attrs:{span:"5"}},[e("div",{staticClass:"myCard"},[t._v("CJ1745")])]),e("van-col",{staticStyle:{width:"calc(100% - 42px)"},attrs:{span:"19"}},[e("van-field",{attrs:{size:"large",name:"mobile",placeholder:"XXXXXX",type:"text",maxlength:"6",rules:[{validator:t.asyncmobileValidator}]},model:{value:t.form.mobile,callback:function(e){t.$set(t.form,"mobile",e)},expression:"form.mobile"}})],1)],1)],1)]),e("ul",{staticClass:"clear"},[e("li",{staticClass:"label"},[t._v("\n 密码:\n ")]),e("li",{staticClass:"van-field-input"},[e("van-field",{attrs:{size:"large",name:"code",maxlength:"6",placeholder:"请输入密码",rules:[{validator:t.asyncpwodValidator}],type:t.passwordStatus?"text":"password","right-icon":t.passwordStatus?"closed-eye":"eye-o"},on:{"click-right-icon":t.showPassword},model:{value:t.form.code,callback:function(e){t.$set(t.form,"code",e)},expression:"form.code"}})],1)]),e("van-button",{staticClass:"login-form-button",attrs:{block:"",type:"info",disabled:t.loadding,loadding:t.loadding,"loadding-text":"加载中...","native-type":"submit"},on:{click:function(e){return t.onSubmit()}}},[t._v("\n 登 录\n ")])],1)],1)])}),A,!1,null,"7ee29f2d",null);e.default=A.exports},"9f53":function(t,e,n){"use strict";n("433b");var A,a=n("d399");n("96cf"),n=n("1da1");e.a={methods:{logout:(A=Object(n.a)(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("/login"!==this.$route.path)return t.next=3,this.$store.dispatch("user/logout");t.next=4;break;case 3:this.$router.push("/login");case 4:case"end":return t.stop()}}),t,this)}))),function(){return A.apply(this,arguments)}),show_title:function(t){Object(a.a)({message:t})}}}},b545:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAMAAACaYWzBAAAAnFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4jUzeAAAAM3RSTlMAAQUHCQoREhMcICUpLzI1PEBJVnGDhIaYmpucpaixuru9w8TIyczT1dfl5+rt8vP7/P4Zeu21AAAAo0lEQVQYGW3BiRqBQBgF0Dv2LSpLIlshkq37/u+mL4xfzTn4qQ0GNVR1FzfytuyiZJSykI7wp5PwI2lB8qhNIZ2pnSA9qD0g3aldIW2obSGNqY0hqTU/1gp/GisWVk2U2fMw9G0YtPu9OsqUG1yYSwJXQXBiarGDL+VlFDJP4c1niY/ChBUT5IZPVjyHAHY02AEWjSzMaDRDRKMIKY1S7I9Ghxe+P0Kp4TOooAAAAABJRU5ErkJggg=="},d6a7:function(t,e,n){},da00:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAABYElEQVRIS9XUv0vWURTH8ZdoQ5OTEE4JQurin1CLojj4F9ge+COIQJcSBB0KUbFwl/6AlgoatH/BxcWoySQEBweHJOXIeeRRnvv4FQXxTPfezzlvzjn33tOibJ2YwiiepNsOPmMRu41CWwq8EXxCe0E/xFjCL7g0Aj7FdzxIz9/YxAmeoSvP/2EAP+qJl4Ft2EZ3Ok3jHf7nvhWvsZD7n+hFwM/sMnAYX1Jbw4tCyR/rtIj5VgK+xWyKfZltI2ZPnfYGcyXgUt5s6NHD40KGUVmtDct4WQVYegG12LiksHsIjGt/jof5zvqzlJV8e6UPMZnCFjZwhPXo0x88KjT/usd7Aaw197rBDf3vBHiAD5nORJOBcf71rip5MIdFBAzha7PeVCm5A/sJifXfmwLf54QJTqxf3RQY8Y8TErOxqVUpOQC1ofrrtoDjCVq9LeBVnHO9asl3C5zHTOUUmjsunALQHUil9wRkHQAAAABJRU5ErkJggg=="},fd98:function(t,e,n){"use strict";n("d6a7")}}]);
|