ClassDetail.def4c0cf.js 15 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["ClassDetail"],{"25ce":function(e,t,r){"use strict";var n=r("5d00"),a=r.n(n);a.a},4127:function(e,t,r){"use strict";var n=r("d2334"),a=r("b313"),o=Object.prototype.hasOwnProperty,i={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,l=function(e,t){c.apply(e,s(t)?t:[t])},u=Date.prototype.toISOString,f=a["default"],d={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,format:f,formatter:a.formatters[f],indices:!1,serializeDate:function(e){return u.call(e)},skipNulls:!1,strictNullHandling:!1},p=function(e){return"string"===typeof e||"number"===typeof e||"boolean"===typeof e||"symbol"===typeof e||"bigint"===typeof e},h=function e(t,r,a,o,i,c,u,f,h,m,y,g,b){var v=t;if("function"===typeof u?v=u(r,v):v instanceof Date?v=m(v):"comma"===a&&s(v)&&(v=v.join(",")),null===v){if(o)return c&&!g?c(r,d.encoder,b):r;v=""}if(p(v)||n.isBuffer(v)){if(c){var j=g?r:c(r,d.encoder,b);return[y(j)+"="+y(c(v,d.encoder,b))]}return[y(r)+"="+y(String(v))]}var w,O=[];if("undefined"===typeof v)return O;if(s(u))w=u;else{var _=Object.keys(v);w=f?_.sort(f):_}for(var C=0;C<w.length;++C){var k=w[C];i&&null===v[k]||(s(v)?l(O,e(v[k],"function"===typeof a?a(r,k):r,a,o,i,c,u,f,h,m,y,g,b)):l(O,e(v[k],r+(h?"."+k:"["+k+"]"),a,o,i,c,u,f,h,m,y,g,b)))}return O},m=function(e){if(!e)return d;if(null!==e.encoder&&void 0!==e.encoder&&"function"!==typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||d.charset;if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=a["default"];if("undefined"!==typeof e.format){if(!o.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=a.formatters[r],i=d.filter;return("function"===typeof e.filter||s(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:d.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?d.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:d.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?d.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:d.encode,encoder:"function"===typeof e.encoder?e.encoder:d.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:d.encodeValuesOnly,filter:i,formatter:n,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:d.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:d.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:d.strictNullHandling}};e.exports=function(e,t){var r,n,a=e,o=m(t);"function"===typeof o.filter?(n=o.filter,a=n("",a)):s(o.filter)&&(n=o.filter,r=n);var c,u=[];if("object"!==typeof a||null===a)return"";c=t&&t.arrayFormat in i?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var f=i[c];r||(r=Object.keys(a)),o.sort&&r.sort(o.sort);for(var d=0;d<r.length;++d){var p=r[d];o.skipNulls&&null===a[p]||l(u,h(a[p],p,f,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.formatter,o.encodeValuesOnly,o.charset))}var y=u.join(o.delimiter),g=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),y.length>0?g+y:""}},4328:function(e,t,r){"use strict";var n=r("4127"),a=r("9e6a"),o=r("b313");e.exports={formats:o,parse:a,stringify:n}},"5a3f":function(e,t,r){e.exports=r.p+"img/icon_teacher.de517191.png"},"5d00":function(e,t,r){},"6e6e":function(e,t,r){"use strict";var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"mheader"},[r("header",{staticClass:"m-nav-header",class:[e.isFixed?"fixed":""]},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isBack,expression:"isBack"}],staticClass:"m-nav-bar__left",on:{click:e.goBack}},[r("van-icon",{staticClass:"arrow-left",attrs:{name:"arrow-left"}})],1),r("div",{staticClass:"m-nav-bar__title"},[e._t("default",[e._v(e._s(e.name?e.name:this.$route.meta.descrition))])],2),r("div",{staticClass:"m-nav-bar__right"},[e._t("right")],2)])])},a=[],o={name:"mheader",props:{name:String,isBack:{type:Boolean,default:!0},isFixed:{type:Boolean,default:!0},backUrl:{type:Object,default:function(){return{callBack:null,path:"",params:{}}}}},methods:{goBack:function(){var e=this.backUrl;"function"==typeof e.callBack?e.callBack():e.path?this.$router.push({path:e.path,query:e.params}):history.go(-1)}}},i=o,s=(r("d133"),r("2877")),c=Object(s["a"])(i,n,a,!1,null,"0e835508",null);t["a"]=c.exports},7293:function(e,t,r){"use strict";r.r(t);var n=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"classdetail"},[n("MHeader",{attrs:{isBack:!1}}),n("div",{staticClass:"header van-hairline--bottom"},[n("h3",[e._v(e._s(e.dataInfo.groupName))]),n("p",[e._v(e._s(e._f("getMonthDay")(e.dataInfo.courseStartDate))+"—"+e._s(e._f("getMonthDay")(e.dataInfo.courseEndDate)))])]),n("div",{staticClass:"teahcerInfo van-hairline--bottom"},[n("div",{staticClass:"logo"},[e.dataInfo.avatar?n("img",{attrs:{src:e.dataInfo.avatar,alt:""}}):n("img",{attrs:{src:r("5a3f"),alt:""}})]),n("div",{staticClass:"info"},[n("p",{staticClass:"name van-ellipsis"},[e._v(e._s(e.dataInfo.teacherName))]),n("p",{staticClass:"memo van-multi-ellipsis--l2"},[e._v("简介:"+e._s(e.dataInfo.introduction))]),n("p",{staticClass:"times"},[e._v("授课次数:"+e._s(e.dataInfo.lectureNum?e.dataInfo.lectureNum:0)+"次")])])]),n("div",{staticClass:"classdetails"},[n("h3",[e._v("课时安排")]),n("p",{staticClass:"detail"},[n("i",{staticClass:"books"}),n("span",[e._v("总计:"+e._s(e.dataInfo.totalClassesTimes)+"节")])]),n("div",{staticClass:"detaillist"},e._l(e.courseList,function(t,r){return n("div",{key:r,staticClass:"detailitem"},[n("span",{staticClass:"time"},[e._v("第"+e._s(++r)+"节")]),n("i",{staticClass:"icon_prossess"}),n("span",{staticClass:"content"},[e._v(e._s(e._f("getMonthDay")(t.classDate))+" "+e._s(e._f("getHourMinute")(t.startClassTime))+"-"+e._s(e._f("getHourMinute")(t.endClassTime))+" "+e._s("FINISH"==t.status?"(已结束)":""))])])}),0)]),n("div",{staticClass:"pay_btn",on:{click:e.onJoin}},[e._v("确认加入")])],1)},a=[],o=r("6e6e"),i=r("ff51"),s=r("b562"),c={name:"classdetail",components:{MHeader:o["a"]},data:function(){return{dataInfo:{},courseList:[]}},mounted:function(){var e=this.$route.query;e.Authorization&&(localStorage.setItem("Authorization",decodeURI(e.Authorization)),localStorage.setItem("userInfo",decodeURI(e.Authorization))),Object(i["b"])().android||Object(i["b"])().iPhone?document.title="课堂详情":this.headerStatus=!0,this.__init()},methods:{__init:function(){var e=this,t=this.$route.query;this.$toast.loading({duration:0,message:"加载中...",forbidClick:!0,loadingType:"spinner"}),Object(s["e"])({groupId:t.groupId}).then(function(r){var n=r.data;e.$toast.clear(),200==n.code?n.data&&(e.dataInfo=n.data,e.courseList=n.data.courseSchedules):403==n.code?e.$router.push({path:"/appLogin",query:{groupId:t.groupId}}):e.$toast(n.msg)})},onJoin:function(){var e=this,t=this.$route.query;this.$dialog.confirm({message:"确定加入课程?"}).then(function(){e.$toast.loading({duration:0,message:"加载中...",forbidClick:!0,loadingType:"spinner"}),Object(s["b"])({courseGroupId:t.groupId}).then(function(t){var r=t.data;e.$toast.clear(),200==r.code?e.$dialog.alert({message:"恭喜您已完成课程报名,<br />请关注课程时间,准时上课。"}).then(function(){e.checkUrl()?window.location.href="https://mstuonline.dayaedu.com/#/transfer":window.location.href="http://mstudev.dayaedu.com/#/transfer"}):302==r.code?(e.onSubmitStatus=!0,e.$dialog.alert({title:"课程冲突",message:r.msg,messageAlign:"left"}).then(function(){})):e.$toast(r.msg)})}).catch(function(){})},checkUrl:function(){var e=window.location.href;return!!/mteaonline/gi.test(e)}},filters:{getMonthDay:function(e){var t=e||new Date;"string"==typeof t&&(t=new Date(e.replace(/-/gi,"/")));var r=Object(i["e"])(t.getMonth()+1),n=Object(i["e"])(t.getDate());return r+"月"+n+"日"},getHourMinute:function(e){var t=e||new Date;"string"==typeof t&&(t=new Date(e.replace(/-/gi,"/")));var r=Object(i["e"])(t.getHours()),n=Object(i["e"])(t.getMinutes());return r+":"+n}}},l=c,u=(r("25ce"),r("2877")),f=Object(u["a"])(l,n,a,!1,null,"530ed001",null);t["default"]=f.exports},"9e6a":function(e,t,r){"use strict";var n=r("d2334"),a=Object.prototype.hasOwnProperty,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},i=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},s="utf8=%26%2310003%3B",c="utf8=%E2%9C%93",l=function(e,t){var r,l={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=u.split(t.delimiter,f),p=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r<d.length;++r)0===d[r].indexOf("utf8=")&&(d[r]===c?h="utf-8":d[r]===s&&(h="iso-8859-1"),p=r,r=d.length);for(r=0;r<d.length;++r)if(r!==p){var m,y,g=d[r],b=g.indexOf("]="),v=-1===b?g.indexOf("="):b+1;-1===v?(m=t.decoder(g,o.decoder,h),y=t.strictNullHandling?null:""):(m=t.decoder(g.slice(0,v),o.decoder,h),y=t.decoder(g.slice(v+1),o.decoder,h)),y&&t.interpretNumericEntities&&"iso-8859-1"===h&&(y=i(y)),y&&t.comma&&y.indexOf(",")>-1&&(y=y.split(",")),a.call(l,m)?l[m]=n.combine(l[m],y):l[m]=y}return l},u=function(e,t,r){for(var n=t,a=e.length-1;a>=0;--a){var o,i=e[a];if("[]"===i&&r.parseArrays)o=[].concat(n);else{o=r.plainObjects?Object.create(null):{};var s="["===i.charAt(0)&&"]"===i.charAt(i.length-1)?i.slice(1,-1):i,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&i!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(o=[],o[c]=n):o[s]=n:o={0:n}}n=o}return n},f=function(e,t,r){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/,i=/(\[[^[\]]*])/g,s=r.depth>0&&o.exec(n),c=s?n.slice(0,s.index):n,l=[];if(c){if(!r.plainObjects&&a.call(Object.prototype,c)&&!r.allowPrototypes)return;l.push(c)}var f=0;while(r.depth>0&&null!==(s=i.exec(n))&&f<r.depth){if(f+=1,!r.plainObjects&&a.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+n.slice(s.index)+"]"),u(l,t,r)}},d=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}};e.exports=function(e,t){var r=d(t);if(""===e||null===e||"undefined"===typeof e)return r.plainObjects?Object.create(null):{};for(var a="string"===typeof e?l(e,r):e,o=r.plainObjects?Object.create(null):{},i=Object.keys(a),s=0;s<i.length;++s){var c=i[s],u=f(c,a[c],r);o=n.merge(o,u,r)}return n.compact(o)}},b313:function(e,t,r){"use strict";var n=String.prototype.replace,a=/%20/g,o=r("d2334"),i={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:i.RFC3986,formatters:{RFC1738:function(e){return n.call(e,a,"+")},RFC3986:function(e){return String(e)}}},i)},bb2c:function(e,t,r){},d133:function(e,t,r){"use strict";var n=r("bb2c"),a=r.n(n);a.a},d2334:function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e){while(e.length>1){var t=e.pop(),r=t.obj[t.prop];if(a(r)){for(var n=[],o=0;o<r.length;++o)"undefined"!==typeof r[o]&&n.push(r[o]);t.obj[t.prop]=n}}},s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)"undefined"!==typeof e[n]&&(r[n]=e[n]);return r},c=function e(t,r,o){if(!r)return t;if("object"!==typeof r){if(a(t))t.push(r);else{if(!t||"object"!==typeof t)return[t,r];(o&&(o.plainObjects||o.allowPrototypes)||!n.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(r);var i=t;return a(t)&&!a(r)&&(i=s(t,o)),a(t)&&a(r)?(r.forEach(function(r,a){if(n.call(t,a)){var i=t[a];i&&"object"===typeof i&&r&&"object"===typeof r?t[a]=e(i,r,o):t.push(r)}else t[a]=r}),t):Object.keys(r).reduce(function(t,a){var i=r[a];return n.call(t,a)?t[a]=e(t[a],i,o):t[a]=i,t},i)},l=function(e,t){return Object.keys(t).reduce(function(e,r){return e[r]=t[r],e},e)},u=function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(a){return n}},f=function(e,t,r){if(0===e.length)return e;var n=e;if("symbol"===typeof e?n=Symbol.prototype.toString.call(e):"string"!==typeof e&&(n=String(e)),"iso-8859-1"===r)return escape(n).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var a="",i=0;i<n.length;++i){var s=n.charCodeAt(i);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?a+=n.charAt(i):s<128?a+=o[s]:s<2048?a+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?a+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(i+=1,s=65536+((1023&s)<<10|1023&n.charCodeAt(i)),a+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return a},d=function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var a=t[n],o=a.obj[a.prop],s=Object.keys(o),c=0;c<s.length;++c){var l=s[c],u=o[l];"object"===typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:o,prop:l}),r.push(u))}return i(t),e},p=function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},h=function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},m=function(e,t){return[].concat(e,t)};e.exports={arrayToObject:s,assign:l,combine:m,compact:d,decode:u,encode:f,isBuffer:h,isRegExp:p,merge:c}}}]);