index-legacy.73e1ac76.js 28 KB

1
  1. !function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function r(t){for(var r=1;r<arguments.length;r++){var u=null!=arguments[r]?arguments[r]:{};r%2?e(Object(u),!0).forEach((function(e){i(t,e,u[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(u)):e(Object(u)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(u,e))}))}return t}function i(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function u(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */u=function(){return e};var e={},r=Object.prototype,i=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},n=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",_=o.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(S){c=function(t,e,r){return t[e]=r}}function s(t,e,r,i){var u=e&&e.prototype instanceof p?e:p,o=Object.create(u.prototype),n=new L(i||[]);return o._invoke=function(t,e,r){var i="suspendedStart";return function(u,o){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===u)throw o;return I()}for(r.method=u,r.arg=o;;){var n=r.delegate;if(n){var a=v(n,r);if(a){if(a===h)continue;return a}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===i)throw i="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i="executing";var _=l(t,e,r);if("normal"===_.type){if(i=r.done?"completed":"suspendedYield",_.arg===h)continue;return{value:_.arg,done:r.done}}"throw"===_.type&&(i="completed",r.method="throw",r.arg=_.arg)}}}(t,r,n),o}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(S){return{type:"throw",arg:S}}}e.wrap=s;var h={};function p(){}function d(){}function f(){}var g={};c(g,n,(function(){return this}));var m=Object.getPrototypeOf,x=m&&m(m(W([])));x&&x!==r&&i.call(x,n)&&(g=x);var b=f.prototype=p.prototype=Object.create(g);function w(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function y(e,r){function u(o,n,a,_){var c=l(e[o],e,n);if("throw"!==c.type){var s=c.arg,h=s.value;return h&&"object"==t(h)&&i.call(h,"__await")?r.resolve(h.__await).then((function(t){u("next",t,a,_)}),(function(t){u("throw",t,a,_)})):r.resolve(h).then((function(t){s.value=t,a(s)}),(function(t){return u("throw",t,a,_)}))}_(c.arg)}var o;this._invoke=function(t,e){function i(){return new r((function(r,i){u(t,e,r,i)}))}return o=o?o.then(i,i):i()}}function v(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,v(t,e),"throw"===e.method))return h;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var i=l(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,h;var u=i.arg;return u?u.done?(e[t.resultName]=u.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):u:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function C(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function W(t){if(t){var e=t[n];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,u=function e(){for(;++r<t.length;)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return u.next=u}}return{next:I}}function I(){return{value:void 0,done:!0}}return d.prototype=f,c(b,"constructor",f),c(f,"constructor",d),d.displayName=c(f,_,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,f):(t.__proto__=f,c(t,_,"GeneratorFunction")),t.prototype=Object.create(b),t},e.awrap=function(t){return{__await:t}},w(y.prototype),c(y.prototype,a,(function(){return this})),e.AsyncIterator=y,e.async=function(t,r,i,u,o){void 0===o&&(o=Promise);var n=new y(s(t,r,i,u),o);return e.isGeneratorFunction(r)?n:n.next().then((function(t){return t.done?t.value:n.next()}))},w(b),c(b,_,"Generator"),c(b,n,(function(){return this})),c(b,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var i=e.pop();if(i in t)return r.value=i,r.done=!1,r}return r.done=!0,r}},e.values=W,L.prototype={constructor:L,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(C),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,i){return n.type="throw",n.arg=t,e.next=r,i&&(e.method="next",e.arg=void 0),!!i}for(var u=this.tryEntries.length-1;u>=0;--u){var o=this.tryEntries[u],n=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var a=i.call(o,"catchLoc"),_=i.call(o,"finallyLoc");if(a&&_){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!_)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var u=this.tryEntries[r];if(u.tryLoc<=this.prev&&i.call(u,"finallyLoc")&&this.prev<u.finallyLoc){var o=u;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var n=o?o.completion:{};return n.type=t,n.arg=e,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(n)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),C(r),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var i=r.completion;if("throw"===i.type){var u=i.arg;C(r)}return u}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:W(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}function o(t,e,r,i,u,o,n){try{var a=t[o](n),_=a.value}catch(c){return void r(c)}a.done?e(_):Promise.resolve(_).then(i,u)}function n(t){return function(){var e=this,r=arguments;return new Promise((function(i,u){var n=t.apply(e,r);function a(t){o(n,i,u,a,_,"next",t)}function _(t){o(n,i,u,a,_,"throw",t)}a(void 0)}))}}var a=document.createElement("style");a.innerHTML="._wall_1uut9_1{height:70px}._width1200_1uut9_4{width:1200px;margin:20px auto 0}._musicWrap_1uut9_8{display:flex;flex-direction:row}._musicWrap_1uut9_8 ._left_1uut9_12{width:826px;background-color:#fff;margin-right:14px;margin-bottom:100px}._musicWrap_1uut9_8 ._left_1uut9_12 ._title_1uut9_18{padding:28px 28px 0;background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:24px}._musicWrap_1uut9_8 ._left_1uut9_12 ._title_1uut9_18 ._titleLeft_1uut9_27{display:flex;flex-direction:row;align-items:center}._musicWrap_1uut9_8 ._left_1uut9_12 ._title_1uut9_18 ._titleLeft_1uut9_27 p{min-width:60px;font-weight:600;color:#333;line-height:28px}._musicWrap_1uut9_8 ._left_1uut9_12 ._title_1uut9_18 ._titleRight_1uut9_38{cursor:pointer;display:flex;flex-direction:row;align-items:center}._musicWrap_1uut9_8 ._left_1uut9_12 ._title_1uut9_18 ._titleRight_1uut9_38 img{width:24px;height:24px;margin-right:10px}._musicWrap_1uut9_8 ._left_1uut9_12 ._musicContent_1uut9_49{page-break-after:always;width:702px;min-height:665px;margin:0 auto;border:1px dotted #ccc}._musicWrap_1uut9_8 ._showCode_1uut9_56{position:relative}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59{position:absolute;z-index:10;bottom:0}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59 ._close_1uut9_64{width:19px;height:19px;position:absolute;z-index:10;top:5px;right:5px;cursor:pointer}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59 ._code_1uut9_73{width:74px;height:74px;position:absolute;z-index:10;top:10px;left:10px}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59 ._title_1uut9_18{padding:0;height:22px;font-size:16px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333;line-height:22px;position:absolute;z-index:10;top:14px;left:101px;background-color:transparent}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59 ._conent_1uut9_95{position:absolute;z-index:10;top:38px;left:101px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:20px}._musicWrap_1uut9_8 ._showCode_1uut9_56 ._showCodeWrap_1uut9_59 ._subConent_1uut9_106{position:absolute;z-index:10;top:58px;left:101px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:20px}._musicWrap_1uut9_8 ._audios_1uut9_117{width:100%;border-radius:0;background-color:#333}._right_1uut9_122 ._musicInfo_1uut9_122{background-color:#fff;padding:24px;width:360px;margin-bottom:14px}._right_1uut9_122 ._musicInfo_1uut9_122 h2{font-size:18px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333;line-height:28px;margin-bottom:15px}._right_1uut9_122 ._musicInfo_1uut9_122 ._tagList_1uut9_136{margin-bottom:15px}._right_1uut9_122 ._musicInfo_1uut9_122 ._collect_1uut9_139{display:flex;flex-direction:row;align-items:center;margin-bottom:15px;font-size:16px}._right_1uut9_122 ._musicInfo_1uut9_122 ._collect_1uut9_139 ._start_1uut9_146{width:23px;height:23px;margin-right:6px}._right_1uut9_122 ._musicInfo_1uut9_122 ._collect_1uut9_139 p{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:25px}._right_1uut9_122 ._musicInfo_1uut9_122 ._subTitle_1uut9_158{margin-bottom:15px}._right_1uut9_122 ._musicInfo_1uut9_122 ._subTitle_1uut9_158 span{font-size:16px;line-height:22px;color:#666}._right_1uut9_122 ._btooom_1uut9_166{background-color:#fff}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169{padding:18px 14px;background-color:#fff}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179{display:flex;flex-direction:row;align-items:center}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._teacherHeader_1uut9_184{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:10px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._teacherHeadName_1uut9_191{padding-top:2px;display:flex;flex-direction:row;align-items:center;font-size:18px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333;line-height:28px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._teacherHeadName_1uut9_191 span{margin-right:12px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._teacherHeadName_1uut9_191 ._teacherIcon_1uut9_205{width:54px;height:22px;margin-right:5px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._fens_1uut9_210{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:22px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadLeft_1uut9_179 ._fens_1uut9_210 span{color:#333}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadRight_1uut9_220{width:67px;background:#2dc7aa;border-radius:21px;font-size:14px;font-family:PingFangSC-Semibold,PingFang SC;color:#fff;line-height:30px;text-align:center;cursor:pointer}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherHeadWrap_1uut9_173 ._teacherHeadRight_1uut9_220._isStart_1uut9_231{border:1px solid #2dc7aa;background:#fff;color:#2dc7aa}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._courseWrap_1uut9_236{padding:20px;background-color:#fff}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._courseWrap_1uut9_236 ._courseTitle_1uut9_240{display:flex;flex-direction:row;align-items:center;font-size:20px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:28px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._courseWrap_1uut9_236 ._courseTitle_1uut9_240 img{width:26px;height:26px;margin-right:8px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._titleWrap_1uut9_255{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-top:20px;padding-bottom:12px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._titleWrap_1uut9_255 span{font-size:20px;color:#333;line-height:28px;font-weight:600}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._titleWrap_1uut9_255 img{width:24px;height:24px;margin-right:10px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherDetail_1uut9_274{font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:25px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherVideoList_1uut9_281{display:flex;flex-direction:row;flex-wrap:wrap}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherVideoList_1uut9_281 ._videoItem_1uut9_286{margin-right:18px;margin-bottom:12px;width:218px;height:145px;position:relative}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherVideoList_1uut9_281 ._videoItem_1uut9_286 ._Styles_1uut9_293,._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherVideoList_1uut9_281 ._videoItem_1uut9_286 ._videoItemVideo_1uut9_297{width:218px;height:145px}._right_1uut9_122 ._btooom_1uut9_166 ._teacherInfo_1uut9_169 ._teacherVideoList_1uut9_281 ._videoItem_1uut9_286:nth-child(2n){margin-right:0}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304{padding:0 20px}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._videoNav_1uut9_307{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:14px}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._videoNav_1uut9_307 h5{font-size:16px;font-weight:500;color:#333;line-height:30px}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._videoNav_1uut9_307 ._wrapRight_1uut9_320{display:flex;flex-direction:row;cursor:pointer}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._videoNav_1uut9_307 ._wrapRight_1uut9_320 span{color:#666}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._videoNav_1uut9_307 ._wrapRight_1uut9_320 ._arrow_1uut9_328{width:20px;height:20px;margin-left:8px}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 h2{font-size:18px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333;line-height:25px;margin-bottom:14px}._right_1uut9_122 ._btooom_1uut9_166 ._otherMusic_1uut9_304 ._otherMusicList_1uut9_341{padding:18px 0;border-top:1px solid #dedede}.subjectChiose{border-radius:14px;overflow:hidden}.subjectChiose .el-input__wrapper{background-color:#f1f1f1;border:none;box-shadow:none!important}.subjectChiose .el-input__wrapper.is-focus{border:none!important;box-shadow:none!important}.subjectChiose .el-input.is-focus .el-input__wrapper{background-color:#f1f1f1;border:none;box-shadow:none!important}audio::-webkit-media-controls-pane{background-color:#333}.iframe body ::-webkit-scrollbar-thumb{background-color:#efeff0;border:1px solid transparent;background-clip:padding-box;border-radius:5px}._itemWrap_je1de_1{height:40px;background:#ffffff;display:flex;flex-direction:row;justify-content:space-between;width:100%;border-radius:12px;margin-bottom:20px;cursor:pointer}._itemWrap_je1de_1 ._left_je1de_12{display:flex;flex-direction:row;align-items:center}._itemWrap_je1de_1 ._left_je1de_12 ._imgWrap_je1de_17{width:40px;height:40px;margin-right:18px}._itemWrap_je1de_1 ._left_je1de_12 ._textWrap_je1de_22 p{font-weight:600;color:#333;line-height:22px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._itemWrap_je1de_1 ._left_je1de_12 ._textWrap_je1de_22 p span{font-weight:400;color:#6a6a6a}._itemWrap_je1de_1 ._left_je1de_12 ._textWrap_je1de_22 ._authorInfo_je1de_35{display:flex;flex-direction:row;align-items:center}._itemWrap_je1de_1 ._left_je1de_12 ._textWrap_je1de_22 ._authorInfo_je1de_35 ._icon_je1de_40{width:20px;height:20px;border-radius:27px;margin-right:6px}._itemWrap_je1de_1 ._left_je1de_12 ._textWrap_je1de_22 ._authorInfo_je1de_35 ._authorName_je1de_46{color:#333;font-size:12px;margin-right:8px}\n",document.head.appendChild(a),System.register(["./index-legacy.3629b5af.js","./index-legacy.4a499670.js","./start-legacy.54568697.js","./index-legacy.343c669d.js","./music-legacy.146bf361.js","./arrow-legacy.c72c6a83.js","./index2-legacy.39b6fbe5.js","./index2-legacy.a90b35eb.js"],(function(t){"use strict";var e,i,o,a,_,c,s,l,h,p,d,f,g,m,x,b,w,y,v,j,C,L,W;return{setters:[function(t){e=t.c},function(t){i=t.d,o=t.u,a=t.r,_=t.w,c=t.c,s=t.a,l=t.au,h=t.e,p=t.o,d=t.av,f=t.aw,g=t.ax,m=t.ay,x=t.F,b=t.b,w=t.az},function(t){y=t.s},function(t){v=t.t},function(t){j=t.m},function(t){C=t.a},function(t){L=t.E,W=t.a},function(){}],execute:function(){var I={wall:"_wall_1uut9_1",width1200:"_width1200_1uut9_4",musicWrap:"_musicWrap_1uut9_8",left:"_left_1uut9_12",title:"_title_1uut9_18",titleLeft:"_titleLeft_1uut9_27",titleRight:"_titleRight_1uut9_38",musicContent:"_musicContent_1uut9_49",showCode:"_showCode_1uut9_56",showCodeWrap:"_showCodeWrap_1uut9_59",close:"_close_1uut9_64",code:"_code_1uut9_73",conent:"_conent_1uut9_95",subConent:"_subConent_1uut9_106",audios:"_audios_1uut9_117",right:"_right_1uut9_122",musicInfo:"_musicInfo_1uut9_122",tagList:"_tagList_1uut9_136",collect:"_collect_1uut9_139",start:"_start_1uut9_146",subTitle:"_subTitle_1uut9_158",btooom:"_btooom_1uut9_166",teacherInfo:"_teacherInfo_1uut9_169",teacherHeadWrap:"_teacherHeadWrap_1uut9_173",teacherHeadLeft:"_teacherHeadLeft_1uut9_179",teacherHeader:"_teacherHeader_1uut9_184",teacherHeadName:"_teacherHeadName_1uut9_191",teacherIcon:"_teacherIcon_1uut9_205",fens:"_fens_1uut9_210",teacherHeadRight:"_teacherHeadRight_1uut9_220",isStart:"_isStart_1uut9_231",courseWrap:"_courseWrap_1uut9_236",courseTitle:"_courseTitle_1uut9_240",titleWrap:"_titleWrap_1uut9_255",teacherDetail:"_teacherDetail_1uut9_274",teacherVideoList:"_teacherVideoList_1uut9_281",videoItem:"_videoItem_1uut9_286",Styles:"_Styles_1uut9_293",videoItemVideo:"_videoItemVideo_1uut9_297",otherMusic:"_otherMusic_1uut9_304",videoNav:"_videoNav_1uut9_307",wrapRight:"_wrapRight_1uut9_320",arrow:"_arrow_1uut9_328",otherMusicList:"_otherMusicList_1uut9_341"},S="_itemWrap_je1de_1",P="_left_je1de_12",A="_imgWrap_je1de_17",k="_textWrap_je1de_22",D=i({name:"musicItem",emits:["musicDetail"],props:{item:{type:Object,default:function(){return{}}},onClick:{type:Function,default:function(t){}}},setup:function(t,e){o();var r=a({item:t.item});_((function(){return t.item}),(function(t){r.item=t}));return function(){return c("div",{onClick:function(){t.onClick(r.item)}},[c("div",{class:S,onClick:function(){e.emit("musicDetail",r.item.id)}},[c("div",{class:P},[c("div",{class:A},[c("img",{src:j,alt:""},null)]),c("div",{class:k},[c("p",null,[r.item.musicSheetName]),c("p",null,[c("span",null,[s("作曲: "),r.item.composer])])])])])])}}}),H=function(){var t=n(u().mark((function t(e){var r,i,o;return u().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(r=document.createElement("img")).src=e,r.setAttribute("crossOrigin","anonymous"),t.next=5,new Promise((function(t){return r.onload=t}));case 5:return(i=document.createElement("canvas")).width=r.width,i.height=r.height,(o=i.getContext("2d")).fillStyle="rgb(255, 255, 255)",o.fillStyle="#fff",o.fillRect(0,0,r.width,r.height),o.drawImage(r,0,0),t.abrupt("return",i);case 14:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),N=function(t,e){var r=t.getContext("2d"),i=document.createElement("canvas");i.width=500,i.height=300;var u=i.getContext("2d");u.clearRect(0,0,i.width,i.height),u.rotate(-25*Math.PI/180),u.font="50pt Calibri",u.fillStyle="rgba(149,155,170,0.2)",u.fillText("酷乐秀",-10,180);var o=r.createPattern(i,"repeat");return r.fillStyle=o,r.fillRect(0,0,t.width,t.height),t},E=function(t){return t.toDataURL("image/png")};function O(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!f(t)}t("default",i({name:"muiscDetial",props:{title:{type:String,default:""}},components:{colVideo:e,tagItem:v,musicItem:D},setup:function(t,i){var f=l(),j=o(),S=a({title:t.title,id:f.query.id,subjectId:"",subjectList:[],tagList:[],teacherDetail:{},musicDetail:{},musicList:[],mp3Type:"",activeRow:{},showCode:!1,userType:"",accompanyUrl:"",imgData:"",imgUrl:""});h();var P=function(){var t=n(u().mark((function t(){var e;return u().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,b.get("/api-website/open/music/sheet/detail/".concat(S.id),{});case 3:e=t.sent,S.musicDetail=e.data,S.musicList=e.data.teacher.musicSheetList,S.subjectList=e.data.background,S.tagList=e.data.musicTagNames?e.data.musicTagNames.split(","):[],S.mp3Type=e.data.audioType,S.subjectList&&S.subjectList.length>0&&(S.activeRow=e.data.background[0],S.subjectId=e.data.background[0].id),S.teacherDetail=e.data.teacher,k(),console.log("调用"),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(0),console.log(t.t0);case 18:case"end":return t.stop()}}),t,null,[[0,15]])})));return function(){return t.apply(this,arguments)}}(),A=function(){var t=n(u().mark((function t(){return u().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,b.get("/api-website/student/starOrUnStar",{params:{userId:S.teacherDetail.userId,starStatus:S.teacherDetail.star?0:1}});case 3:t.sent,P(),t.next=10;break;case 7:t.prev=7,t.t0=t.catch(0),console.log(t.t0);case 10:case"end":return t.stop()}}),t,null,[[0,7]])})));return function(){return t.apply(this,arguments)}}();_((function(){return S.accompanyUrl}),(function(t){S.accompanyUrl=t}));var k=function(){var t=w();S.accompanyUrl=t+"/accompany/colxiu-website.html?id=".concat(S.id,"&part-index=").concat(S.subjectId)};p((function(){window.addEventListener("message",(function(t){console.log(t),S.imgData=t.data}),!1),S.userType=d(),S.showCode="STUDENT"==S.userType,P()}));var T=function(){var t=n(u().mark((function t(){var e,r,i,o;return u().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,H(S.imgData);case 2:e=t.sent,r=N(e),i=E(r),(o=document.createElement("a")).setAttribute("download",S.musicDetail.musicSheetName+".png"),S.imgUrl=i,o.href=i,o.click();case 10:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return function(){var t;return c(x,null,[c("div",{class:I.wall},null),c("div",{class:[I.width1200,I.musicWrap]},[c("div",{class:I.left},[c("div",{class:I.title},[c("div",{class:I.titleLeft},[c("p",null,[s("声部:")]),c(L,{class:"w-full subjectChiose",modelValue:S.subjectId,"onUpdate:modelValue":function(t){return S.subjectId=t},placeholder:"请选择声部",onChange:function(){k()}},O(t=S.subjectList.map((function(t){return c(W,{key:t.id,value:t.id,label:t.track},null)})))?t:{default:function(){return[t]}})]),c("div",{class:I.titleRight,onClick:function(){return T()}},[c("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAiBJREFUWEftl79PGmEcxp/3DouJYTCxo05NyyB0oSWYTgw2YdKmOSIrg3+Btn9Cq3+BAyvGS9M6kejAZCC0LgKDbTqVURMHYuIP7r7NSyAhIN779Y7B9mUiued9vp973ueFO4FH9hGPjBcaeNI7phPWCQ8l8P9VIla1iVODRsryFZKvxRJUA3tsl07Yq8+6w14JDV/Xh04fuqEEdCX8ViJeszdA2BznQ4Q5zkEVAudj9QJb9aS1fZ+f0h9HrLq3CYhPwMTeUAigj41Udsvr5pWApclixc4LYAcCppcp6zrBIWC9uWQVVNYpA0uzlzV71XFRFMC0irmXhoAr00DuJGl989L2r7OA5aJ4zU67LvYFEFEdcpeOgLZhYKWetMocHzZwtx61LwnhuiUATznDBrRnZBiZZvL9MXf9g4C7z8GVYhQidABggTn0D6jztrGUO2Wu68ofDNxN+vvuvHDMQwBRxeGnZDrLzddrLUX9iMwXsHR7flycC9+GZD1eeUD8uJ7qZH4lcuN/hxXuwjewnPHiqBB5Eorsg5C+c6ZA+abTXvn5Jt9WYLpXEgiwnPCsVApPz14WBejd4ESC+Hp1MZP7nclc+4X13eERANs24/PYISDfMy/UW1iHZTlBwAYP3KOKVfc+y6+NVPZDUKB9n8AqETTYOL9/F5j7oM5NXPVtWjlhDTy0BTphbicnpVfu8KQAuL4amJsYV68T5ibG1f8FP3mqLWjC3hAAAAAASUVORK5CYII=",alt:""},null),c("p",null,[s("下载乐谱")])])]),c("div",{class:I.musicContent},[c("iframe",{id:"containerPrint",ref:"print",style:"width: 100%;height:665px;page-break-after:always;",src:S.accompanyUrl,class:I.iframe},null)]),S.showCode?c("div",{class:I.showCode},[c("div",{class:I.showCodeWrap},[c("img",{class:I.close,src:g,alt:"",onClick:function(){S.showCode=!1}},null),c("img",{class:I.code,src:"./assets/code.b0b30240.png",alt:""},null),c("h2",{class:I.title},[s("酷乐秀")]),c("p",{class:I.conent},[s("扫码下载酷乐秀APP")]),c("p",{class:I.subConent},[s("使用小酷Ai即可智能练习本首曲目哦!")]),c("img",{src:"./assets/banner.8da3ed92.png",alt:""},null)])]):null,"MP3"==S.mp3Type?c(e,{src:S.activeRow.audioFileUrl,styleValue:{height:"68px",bacground:"#333"},type:"audto",settings:["captions","quality","speed","loop"],class:I.audios},null):null]),c("div",{class:I.right},[c("div",{class:I.musicInfo},[c("h2",null,[s("曲目:"),S.musicDetail.musicSheetName]),c("div",{class:I.collect},[c("img",{src:y,class:I.start,alt:""},null),c("p",null,[S.musicDetail.favoriteNum,s("人收藏")])]),c("div",{class:I.tagList},[S.tagList.map((function(t){return c(v,{title:t},O(t)?t:{default:function(){return[t]}})}))]),c("p",{class:I.subTitle},[s("作曲人:"),c("span",null,[S.musicDetail.composer])]),c("p",{class:I.subTitle},[s("声部:"),c("span",null,[S.musicDetail.subjectNames])])]),c("div",{class:I.btooom},[S.teacherDetail.userId?c("div",{class:I.teacherInfo},[c("div",{class:I.teacherHeadWrap},[c("div",{class:I.teacherHeadLeft},[c("img",{src:S.teacherDetail.avatar?S.teacherDetail.avatar:m,alt:"",class:I.teacherHeader},null),c("div",{class:I.teacherHeadInfo},[c("div",{class:I.teacherHeadName},[c("span",null,[S.teacherDetail.userName])]),c("p",{class:I.fens},[s("粉丝 "),c("span",null,[S.teacherDetail.fansNum])])])]),"STUDENT"==S.userType?c("div",{class:[I.teacherHeadRight,S.teacherDetail.star?I.isStart:""],onClick:function(){return A()}},[S.teacherDetail.star?"已关注":"关注"]):null])]):null,c("div",{class:I.otherMusic},[c("div",{class:I.videoNav},[c("h5",null,[s("Ta的曲谱")]),c("div",{class:I.wrapRight,onClick:function(){j.push({path:"/searchdetail",query:{search:S.teacherDetail.userName,type:"music"}})}},[c("span",null,[s("更多")]),c("img",{class:I.arrow,src:C,alt:""},null)])]),c("div",{class:I.otherMusicList},[S.musicList.map((function(t){return c(D,{item:t,onMusicDetail:function(t){return function(t){S.id=t,j.push({query:r(r({},f.query),{},{id:S.id})}),P()}(t)}},null)}))])])])])])])}}}))}}}))}();