AppLogin.a7b1102d.js 8.3 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["AppLogin"],{"9d64":function(t,e,n){t.exports=n.p+"img/logo.334a5ce4.png"},b562:function(t,e,n){"use strict";n.d(e,"s",function(){return a}),n.d(e,"m",function(){return i}),n.d(e,"n",function(){return c}),n.d(e,"r",function(){return d}),n.d(e,"e",function(){return l}),n.d(e,"b",function(){return h}),n.d(e,"c",function(){return m}),n.d(e,"o",function(){return f}),n.d(e,"j",function(){return g}),n.d(e,"g",function(){return C}),n.d(e,"h",function(){return k}),n.d(e,"p",function(){return v}),n.d(e,"q",function(){return w}),n.d(e,"l",function(){return I}),n.d(e,"d",function(){return b}),n.d(e,"i",function(){return y}),n.d(e,"f",function(){return N}),n.d(e,"a",function(){return D}),n.d(e,"k",function(){return p});var o=n("4328"),r=n.n(o),s=n("981f").default,u="/api-teacher",a=function(t){return s({url:"/api-auth/usernameLogin",method:"post",data:r.a.stringify(t)})},i=function(t){return s({url:"/api-student/code/sendSms",method:"post",data:r.a.stringify(t)})},c=function(t){return s({url:"/api-auth/smsLogin",method:"post",data:r.a.stringify(t)})},d=function(t){return s({url:"/api-auth/user/setPassword",method:"post",data:r.a.stringify(t)})},p=function(t){return s({url:"/api-auth/user/noAuth/queryUserByPhone",method:"get",params:t})},l=function(t){return s({url:"/api-student/courseGroup/getGroupDetail",method:"get",params:t})},h=function(t){return s({url:"/api-student/courseGroup/buyCourseGroup",method:"post",data:r.a.stringify(t)})},m=function(t){return s({url:u+"/courseGroup/createCourseGroup",method:"post",data:t})},f=function(t){return s({url:u+"/sysTenantAccount/get",method:"get",params:t})},g=function(t){return s({url:u+"/sysTenantAccount/queryTenantAccountDetail",method:"get",params:t})},v=function(t){return s({url:u+"/teacherCourseSchedule/teacherCourseMinutes",method:"get",params:t})},w=function(t){return s({url:u+"/tenantEntryActivities/queryPage",method:"get",params:t})},b=function(t){return s({url:u+"/tenantPaymentOrder/createOrder",method:"post",data:r.a.stringify(t)})},y=function(t){return s({url:u+"/teacherOrder/queryByOrderNo",method:"get",params:t})},C=function(t){return s({url:"/api-cms/helpCenterCatalog/list",method:"get",params:t})},k=function(t){return s({url:"/api-cms/helpCenterContent/list",method:"get",params:t})},I=function(t){return s({url:"/api-auth/queryUserInfo",method:"get",params:t})},N=function(t){return s({url:u+"/courseReview/getStuAndTeaReview",method:"get",params:t})},D=function(t){return s({url:u+"/courseReview/batchAdd",method:"post",data:t})}},bb23:function(t,e,n){"use strict";n.r(e);var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"login"},[t._m(0),n("div",{directives:[{name:"show",rawName:"v-show",value:t.isTrue,expression:"isTrue"}],staticClass:"container"},[n("div",{staticClass:"input-group"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.phoneNumber,expression:"phoneNumber"}],staticClass:"input",attrs:{type:"number",placeholder:"请输入手机号",pattern:"[0-9]"},domProps:{value:t.phoneNumber},on:{keyup:function(e){return t.onKeyUp()},input:function(e){e.target.composing||(t.phoneNumber=e.target.value)}}})]),n("div",{staticClass:"input-group"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"input",attrs:{type:"password",placeholder:"请输入密码"},domProps:{value:t.password},on:{keyup:function(e){return t.onKeyUp()},input:function(e){e.target.composing||(t.password=e.target.value)}}})]),n("van-button",{attrs:{round:"",size:"large",disabled:t.pwdDisable},on:{click:t.onLogin}},[t._v("登录")]),n("span",{staticClass:"login-change",on:{click:function(e){t.isTrue=!1}}},[t._v("验证码登录")]),n("span",{staticClass:"login-change",staticStyle:{float:"left"},on:{click:t.onRegister}},[t._v("立即注册")])],1),n("div",{directives:[{name:"show",rawName:"v-show",value:!t.isTrue,expression:"!isTrue"}],staticClass:"container"},[n("div",{staticClass:"input-group"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.phoneNumber,expression:"phoneNumber"}],staticClass:"input",attrs:{type:"number",placeholder:"请输入手机号",pattern:"[0-9]"},domProps:{value:t.phoneNumber},on:{keyup:function(e){return t.onKeyUp()},input:function(e){e.target.composing||(t.phoneNumber=e.target.value)}}})]),n("div",{staticClass:"input-group"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:"input",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:t.code},on:{keyup:function(e){return t.onKeyUp()},input:function(e){e.target.composing||(t.code=e.target.value)}}}),n("span",{directives:[{name:"show",rawName:"v-show",value:t.countDownStatus,expression:"countDownStatus"}],staticClass:"code-text",on:{click:t.onSendCode}},[t._v(t._s(t.codeText))]),n("span",{directives:[{name:"show",rawName:"v-show",value:!t.countDownStatus,expression:"!countDownStatus"}],staticClass:"code-text"},[n("van-count-down",{ref:"countdown",attrs:{"auto-start":!1,time:t.countDownTime,format:"ss秒"},on:{finish:t.onFinished}})],1)]),n("van-button",{attrs:{round:"",size:"large",disabled:t.codeDisable},on:{click:t.onCodeLogin}},[t._v("登录")]),n("span",{staticClass:"login-change",on:{click:function(e){t.isTrue=!0}}},[t._v("密码登录")]),n("span",{staticClass:"login-change",staticStyle:{float:"left"},on:{click:t.onRegister}},[t._v("立即注册")])],1)])},r=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"logo"},[o("img",{attrs:{src:n("9d64"),alt:""}})])}],s=n("b562"),u={name:"login",data:function(){return{groupId:this.$route.query.groupId,pwdDisable:!0,codeDisable:!0,isTrue:!0,countDownStatus:!0,phoneNumber:null,password:null,code:null,codeText:"获取验证码",countDownTime:12e4,isClick:!1}},mounted:function(){localStorage.removeItem("userInfo"),localStorage.removeItem("Authorization")},methods:{onKeyUp:function(){this.isTrue?this.phoneNumber&&this.password?this.pwdDisable=!1:this.pwdDisable=!0:this.phoneNumber&&this.code?this.codeDisable=!1:this.codeDisable=!0},onRegister:function(){this.$router.push({path:"/appRegister",query:{groupId:this.groupId}})},onSendCode:function(){var t=this;this.checkPhone(this.phoneNumber)&&Object(s["k"])({mobile:this.phoneNumber}).then(function(e){var n=e.data;200==n.code?1==n.data?Object(s["m"])({mobile:t.phoneNumber}).then(function(e){var n=e.data;200==n.code?(t.countDownStatus=!1,t.$refs.countdown.start()):t.$toast(n.msg)}):t.$dialog.confirm({message:"此手机号尚未注册<br/>是否注册?",confirmButtonText:"注册"}).then(function(){t.$router.push({path:"/appRegister",query:{groupId:t.groupId}})}).catch(function(){}):t.$toast(n.msg)})},onCodeLogin:function(){var t=this;if(!this.isClick){this.isClick=!0;var e={clientId:"student",clientSecret:"student",phone:this.phoneNumber,smsCode:this.code,channel:"H5"};Object(s["n"])(e).then(function(e){var n=e.data;if(t.isClick=!1,200==n.code){var o=n.data.authentication;localStorage.setItem("userInfo",o.token_type+" "+o.access_token),n.data.password?t.$router.push({path:"/classDetail",query:{groupId:t.groupId}}):t.$router.push({path:"/appSetInfo",query:{groupId:t.groupId}})}else 99==n.code?t.$dialog.confirm({message:"此手机号尚未注册<br/>是否注册?",confirmButtonText:"注册"}).then(function(){t.$router.push({path:"/appRegister",query:{groupId:t.groupId}})}).catch(function(){}):t.$toast(n.msg)})}},onLogin:function(){var t=this;this.isClick||(this.isClick=!0,Object(s["s"])({clientId:"student",clientSecret:"student",username:this.phoneNumber,password:this.password}).then(function(e){var n=e.data;if(t.isClick=!1,200==n.code){var o=n.data.authentication;localStorage.setItem("userInfo",o.token_type+" "+o.access_token),t.$router.push({path:"/classDetail",query:{groupId:t.groupId}})}else 99==n.code?t.$dialog.confirm({message:"此手机号尚未注册<br/>是否注册?",confirmButtonText:"注册"}).then(function(){t.$router.push({path:"/appRegister",query:{groupId:t.groupId}})}).catch(function(){}):t.$toast(n.msg)}))},onFinished:function(){this.countDownStatus=!0,this.$refs.countdown.reset()},checkPhone:function(t){var e=!0;return/^1(3|4|5|6|7|8|9)\d{9}$/.test(t)||(this.$toast("手机号输入有误"),e=!1),e}}},a=u,i=(n("fe3a"),n("2877")),c=Object(i["a"])(a,o,r,!1,null,"7f0b2d45",null);e["default"]=c.exports},f9d2:function(t,e,n){},fe3a:function(t,e,n){"use strict";var o=n("f9d2"),r=n.n(o);r.a}}]);