123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407 |
- import {
- computed,
- defineComponent,
- nextTick,
- onBeforeUnmount,
- onMounted,
- onUnmounted,
- reactive,
- ref
- } from 'vue'
- import { useRoute, useRouter } from 'vue-router'
- import request from '@/helpers/request'
- import ColHeader from '@/components/col-header'
- import { postMessage, promisefiyPostMessage } from '@/helpers/native-message'
- import {
- Button,
- Cell,
- CellGroup,
- Dialog,
- Icon,
- Image,
- Popup,
- RadioGroup,
- Tag,
- Radio,
- Toast,
- Picker
- } from 'vant'
- import styles from './index.module.less'
- // import Item from '../list/item'
- import { useRect } from '@vant/use'
- import { getRandomKey, musicBuy } from '../music'
- import { state } from '@/state'
- // import { useEventTracking } from '@/helpers/hooks'
- import ColSticky from '@/components/col-sticky'
- import { browser, getHttpOrigin, moneyFormat } from '@/helpers/utils'
- import { orderStatus } from '@/views/order-detail/orderStatus'
- import iconShare from '@/views/music/album/icon_share.svg'
- import iconAlbum from './images/icon_album.png'
- // import iconAlbum2 from './images/icon_album2.png'
- import iconDownload from './images/icon_download.png'
- import iconChange from './images/icon-change.png'
- import iconAddCourse from './images/icon-add-course.png'
- import iconRemoveCourse from './images/icon-remove-course.png'
- import ColShare from '@/components/col-share'
- import iconCollect from './images/icon_collect.png'
- import iconCollectActive from './images/icon_collect_active.png'
- import iconListen from './images/icon_listen.png'
- import activeButtonIcon from '@common/images/icon_checkbox.png'
- import inactiveButtonIcon from '@common/images/icon_checkbox_default.png'
- import staffDetafult from './images/staff-default.png'
- import firstDefault from './images/first-default.png'
- import fixedDefault from './images/fixed-default.png'
- import Plyr from 'plyr'
- import 'plyr/dist/plyr.css'
- import Download from './download'
- import { getInstrumentName } from '@/constant/instruments'
- import { svgtopng } from '@/tenant/music/music-detail/formatSvgToImg'
- import { useThrottleFn } from '@vueuse/core'
- // import {
- // formatXML,
- // getCustomInfo,
- // onlyVisible
- // } from '@/tenant/music/music-detail/instrument'
- export const getAssetsHomeFile = (fileName: string) => {
- const path = `../component/images/${fileName}`
- const modules = import.meta.globEager('../component/images/*')
- return modules[path].default
- }
- export default defineComponent({
- name: 'MusicDetail',
- setup() {
- const behaviorId = ref(getRandomKey())
- localStorage.setItem('behaviorId', behaviorId.value)
- const router = useRouter()
- const route = useRoute()
- const loading = ref(false)
- const aId = Number(route.query.activityId) || 0
- const studentActivityId = ref(aId)
- const isError = ref(false)
- const headers = ref(null)
- const footers = ref(null)
- const heightInfo = ref<any>('0')
- const audioFileUrl = ref('')
- const staffData = reactive({
- musicId: route.query.id as any,
- instrumentId: '', // 声部编号
- subjectId: '',
- isConcert: false, // 是否合奏
- details: {} as any,
- list: [], // 列表数据
- open: false,
- closed: true,
- audioReady: false,
- iframeSrc: "",
- musicXml: "",
- instrumentName: "",
- iframeRef: null as any,
- imgs: [] as any,
- musicPdfUrl: "", // 当前声轨PDF
- partList: [] as any[],
- partNames: [] as string[],
- selectedPartName: "" as any,
- selectedPartIndex: 0,
- isComberRender: false, // 是否合并谱显示
- metronomeUrl: "", // 合奏使用链接
- metronomeMp3Url: "", // 独奏使用链接
- })
- // 当前先中的数据
- const currentColumn = computed(() => {
- return partColumns.value.find((item: any) => item.value === staffData.selectedPartIndex)
- })
- // 是否转谱不能转,默认谱面不是五线谱时
- const defaultConvertible = computed(() => {
- const details = staffData.details
- let isConvertibleScore = details.isConvertibleScore
- let isHiddenStaff = false // 是否隐藏五线谱转谱
- if(!isConvertibleScore && ["FIRST", "JIAN"].includes(details.scoreType)) {
- isConvertibleScore = true
- isHiddenStaff = true
- }
- return {
- isConvertibleScore,
- isHiddenStaff
- }
- })
- const downloadStatus = ref<boolean>(false)
- const staff = reactive({
- status: false,
- radio: 'STAVE' // STAVE: 五线谱; JIAN: 固定调; FIRST: 首调
- })
- const colors: any = {
- FREE: {
- color: '#01B84F',
- text: '免费'
- },
- VIP: {
- color: '#CD863E',
- text: '会员'
- },
- CHARGE: {
- color: '#3591CE',
- text: '点播'
- }
- }
- // 更改预览状态
- const onChangeStaff = (type: string) => {
- staff.radio = type
- staff.status = false
- staffData.imgs = []
- if (type == 'FIRST') {
- loading.value = false
- const tempPdf = staffData.details?.firstPdfUrl
- initIframe(tempPdf, 'FIRST')
- } else if (type == 'JIAN') {
- loading.value = false
- const tempPdf = staffData.details?.jianPdfUrl
- initIframe(tempPdf, 'JIAN')
- } else {
- loading.value = false
- const tempPdf = staffData.details?.musicPdfUrl
- initIframe(tempPdf, 'STAVE')
- }
- }
- const initIframe = (tempPdf: string, staff: string) => {
- if (tempPdf) {
- staffData.musicPdfUrl = tempPdf
- } else {
- staffData.musicPdfUrl = ''
- }
- renderStaff()
- }
-
- const FetchList = async (id?: any) => {
- if (loading.value) {
- return
- }
- loading.value = true
- isError.value = false
- try {
- const {data} = await request.post('/musicSheet/detailSmall', {
- prefix:
- state.platformType === 'TEACHER' ? '/api-teacher' : '/api-student',
- data: {
- musicSheetId: route.query.id,
- tenantAlbumId: route.query.tenantAlbumId,
- providerType: route.query.providerType,
- instrumentId: staffData.instrumentId,
- subjectId: staffData.subjectId
- }
- })
- staffData.details = data
- await toDetail(data)
- if (data.auditStatus === 'DOING') {
- Dialog.confirm({
- message: '曲目审核中',
- showConfirmButton: true,
- showCancelButton: false,
- confirmButtonColor: 'var(--van-primary)'
- }).then(() => {
- if (browser().isApp) {
- postMessage({ api: 'goBack' })
- } else {
- router.back()
- }
- })
- }
- } catch (error) {
- isError.value = true
- }
- loading.value = false
- }
- const player = ref<any>(null)
- const audio = ref<any>(null)
- const freeRate = ref<any>(0)
- const initAudio = async () => {
- const controls = [
- 'play-large',
- 'play',
- 'progress',
- 'captions',
- // 'fullscreen',
- 'duration'
- ]
- player.value = new Plyr(audio.value, {
- controls: controls
- })
- const config = await request.get(
- '/sysConfig/queryByParamNameList',
- {
- prefix: state.platformType === 'TEACHER' ? '/api-teacher' : '/api-student',
- params: {
- paramNames: 'music_sheet_free_rate'
- }
- }
- )
- freeRate.value = config.data[0]?.paramValue || 0
- // player.value.on("ready", () => {
- // staffData.audioReady = true;
- // nextTick(async () => {
- // console.log('1111')
- // renderStaff();
- // });
- // });
- nextTick(async () => {
- renderStaff();
- });
- player.value.on('timeupdate', () => {
- // 允许播放时间
- const players = player.value
- const playTime = (players.duration * freeRate.value) / 100 || 0
- // 时间,不能播放
- if (players.currentTime >= playTime && !buyState.value.play) {
- players.stop()
- // players.pause()
- }
- })
- }
- const showLoading = async (e: any) => {
- if (e.data?.api === 'musicStaffRender') {
- const osmdImg = e.data.osmdImg
- // showImg.value = []
- const imgs: any = []
- for (let i = 0; i < osmdImg.length; i++) {
- const img = await svgtopng(
- osmdImg[i].img,
- osmdImg[i].width,
- osmdImg[i].height
- )
- imgs.push(img)
- }
- staffData.imgs = imgs
- loading.value = e.data.loading
- }
- }
- onMounted(async () => {
- if(route.query.instrumentId) {
- staffData.instrumentId = route.query.instrumentId as any
- } else {
- const instrumentIds = state.user.data?.instrumentId
- if(instrumentIds) {
- const instrumentId = instrumentIds.split(',')[0]
- staffData.instrumentId = instrumentId
- }
- }
-
- const subjectIds = state.user.data?.subjectId
- if(subjectIds) {
- const subjectId = subjectIds.split(',')[0]
- staffData.subjectId = subjectId
- }
-
- postMessage({
- api: 'setStatusBarTextColor',
- content: { statusBarTextColor: true }
- })
- await FetchList()
- const { height } = useRect(headers as any)
- const footer = useRect(footers as any)
- heightInfo.value = height + footer.height
- // // 初始化音频
- // if (audioFileUrl.value) {
- // initAudio()
- // }
- window.addEventListener('message', showLoading)
- })
- onBeforeUnmount(() => {
- postMessage({
- api: 'setStatusBarTextColor',
- content: { statusBarTextColor: false }
- })
- })
- onUnmounted(() => {
- window.removeEventListener('message', showLoading)
- })
- const toggleFavorite = async () => {
- /**
- * 酷乐秀老师端 收藏曲目 music/sheet/favorite/id?providerType=?? 添加参数
- * @ApiModelProperty("曲目评测来源 TENANT 机构 PLATFORM 平台")
- * private String providerType;
- * 表示收藏的是机构曲目,还是平台曲目,
- */
- let apiUrl = '', providerType = ''
- if (browser().isTeacher) {
- providerType = route.query.tenantAlbumId || route.query.providerType == 'TENANT' ? 'TENANT' : 'PLATFORM'
- }
- apiUrl = `/music/sheet/favorite/${staffData.details?.id}`
- try {
- await request.post(apiUrl, {
- requestType: 'form',
- data: {
- providerType
- },
- prefix:
- state.platformType === 'TEACHER' ? '/api-teacher' : '/api-student'
- })
- staffData.details.favorite = staffData.details?.favorite ? 0 : 1
- staffData.details.favoriteCount = staffData.details?.favorite
- ? staffData.details.favoriteCount + 1
- : staffData.details.favoriteCount - 1 < 0
- ? 0
- : staffData.details.favoriteCount - 1
- setTimeout(() => {
- Toast(staffData.details?.favorite ? '收藏成功' : '取消收藏成功')
- }, 100)
- } catch (error) {
- //
- }
- }
- const onAddCourse = async () => {
- try {
- const res = await request.post('/api-teacher/courseCourseware/submit', {
- data: {
- musicSheetId: staffData.details.id,
- clientType: 'TEACHER',
- userId: state.user.data?.userId
- }
- })
- // console.log(res)
- setTimeout(() => {
- staffData.details.coursewareId = res.data.id || ''
- Toast('已将曲目添加到课件')
- staffData.details.coursewareStatus = 1
- }, 100)
- } catch {
- //
- }
- }
- const removeCourse = async () => {
- Dialog.confirm({
- title: '提示',
- message: '您是否确定移出课件',
- confirmButtonColor: '#269a93',
- cancelButtonText: '取消',
- confirmButtonText: '确定'
- }).then(async () => {
- try {
- await request.post(
- '/api-teacher/courseCourseware/remove/' +
- staffData.details.coursewareId,
- {
- data: {}
- }
- )
- setTimeout(() => {
- Toast('移出成功')
- staffData.details.coursewareStatus = 0
- }, 100)
- } catch {
- //
- }
- })
- }
- const onBuy = async () => {
- const music = staffData.details
- orderStatus.orderObject.orderType = 'MUSIC'
- orderStatus.orderObject.orderName = music.name
- orderStatus.orderObject.orderDesc = music.name
- orderStatus.orderObject.actualPrice = music.musicPrice
- orderStatus.orderObject.recomUserId = route.query.recomUserId || 0
- orderStatus.orderObject.activityId = route.query.activityId || 0
- orderStatus.orderObject.orderNo = ''
- orderStatus.orderObject.orderList = [
- {
- orderType: 'MUSIC',
- goodsName: music.name,
- actualPrice: music.musicPrice,
- price: music.musicPrice,
- ...music
- }
- ]
- const res = await request.post('/userOrder/getPendingOrder', {
- prefix: state.platformType === 'TEACHER' ? '/api-teacher' : '/api-student',
- data: {
- goodType: 'MUSIC',
- bizId: music.id
- }
- })
- const result = res.data
- if (result) {
- Dialog.confirm({
- title: '提示',
- message: '您有一个未支付的订单,是否继续支付?',
- confirmButtonColor: '#269a93',
- cancelButtonText: '取消订单',
- confirmButtonText: '继续支付'
- })
- .then(async () => {
- orderStatus.orderObject.orderNo = result.orderNo
- orderStatus.orderObject.actualPrice = result.actualPrice
- orderStatus.orderObject.discountPrice = result.discountPrice
- orderStatus.orderObject.paymentConfig = {
- ...result.paymentConfig,
- paymentVendor: result.paymentVendor,
- paymentVersion: result.paymentVersion
- }
- routerTo()
- })
- .catch(() => {
- Dialog.close()
- // 只用取消订单,不用做其它处理
- cancelPayment(result.orderNo)
- })
- } else {
- routerTo()
- }
- }
- const routerTo = () => {
- const music = staffData.details
- router.push({
- path: '/orderDetail',
- query: {
- orderType: 'MUSIC',
- musicId: music.id
- }
- })
- }
- const cancelPayment = async (orderNo: string) => {
- try {
- await request.post('/userOrder/orderCancel', {
- prefix: state.platformType === 'TEACHER' ? '/api-teacher' : '/api-student',
- data: {
- orderNo
- }
- })
- } catch {}
- }
- const paymentType = computed(() => {
- let paymentType = staffData.details?.paymentType
- if (typeof paymentType === 'string') {
- paymentType = paymentType.split(',')
- return paymentType
- }
- return []
- })
- const buyState = computed(() => {
- const music = staffData.details
- return {
- hasTenantAlbum: route.query?.tenantAlbumId ? true : false, // 是否从专辑来的
- play: music.play ? true : false, // 是否可以播放
- free: music?.paymentType.includes('FREE'),
- charge: music?.paymentType.includes('CHARGE'),
- vip: music?.paymentType.includes('VIP'),
- buy: music?.orderStatus === 'PAID' // 是否已买
- }
- })
- const shareStatus = ref(false)
- const shareUrl = ref('')
- const shareDiscount = ref(0)
- const partColumns = ref<any>([]);
- // console.log(data)
- const onShare = async () => {
- try {
- const res = await request.post('/api-teacher/open/musicShareProfit', {
- data: {
- bizId: staffData.details?.id,
- userId: state.user.data?.userId
- }
- })
- let url =
- location.origin +
- `/teacher/#/shareMusic?id=${staffData.details?.id}&recomUserId=${state.user.data?.userId}&userType=${state.platformType}`
- // 判断是否有活动
- if (res.data.discount === 1) {
- url += `&activityId=${res.data.activityId}`
- }
- shareDiscount.value = res.data.discount || 0
- shareUrl.value = url
- shareStatus.value = true
- return
- } catch {}
- }
- /** 获取分轨信息 */
- const getInstrumentItem = (instruments: any, name = "") => {
- name = name.toLocaleLowerCase().replace(/ /g, ""); //.replace(/\d*/gi, '')
- if (!name) return "";
- for (let key in instruments) {
- const item = instruments[key];
- const _key = item.track?.toLocaleLowerCase().replace(/ /g, ""); //.replace(/\d*/gi, '')
- if (_key === name) {
- return item;
- }
- }
- return "";
- };
- // 根据当前选中的声部和曲目筛选出对应的声轨
- function filterSoundCodes(musicalInstruments: any) {
- // 老师端,加上乐器id
- const instrumentIds = staffData.instrumentId // appState.instrumentId || appState.user?.instrumentId || route.query.instrumentId
- if (instrumentIds) {
- const { track } = musicalInstruments.find((item: any) => {
- return instrumentIds == item.musicalInstrumentId
- }) || {}
- return track
- }
- return null
- }
- // 根据当前选中的声部和曲目筛选出对应的声轨
- // function filterSoundInfo(musicalInstruments: any) {
- // if(musicalInstruments.length <= 0) return null
- // // 老师端,加上乐器id
- // const instrumentIds = staffData.instrumentId //appState.instrumentId || appState.user?.instrumentId || route.query.instrumentId
- // if (instrumentIds) {
- // const item = musicalInstruments.find((item: any) => {
- // return instrumentIds == item.musicalInstrumentId && item.audioPlayType == 'PLAY'
- // }) || null
- // return item
- // }
- // return null
- // }
- // 获取PDF
- const getCurrentPdf = (item: any, scoreType: string) => {
- let pdfUrl = ''
- if(scoreType === 'FIRST') {
- pdfUrl = item.firstPdfUrl
- } else if(scoreType === 'JIAN') {
- pdfUrl = item.jianPdfUrl
- } else if(scoreType === 'STAVE') {
- pdfUrl = item.musicPdfUrl
- }
- return pdfUrl || ''
- }
- const toDetail = async (row: any) => {
- staff.radio = row.scoreType // 默认是什么谱页
- const tempSongList = row.musicSheetSoundList || []
- let partList = tempSongList
- staffData.list = tempSongList
- partList = partList.filter(
- (item: any) => !item.track?.toLocaleUpperCase()?.includes("COMMON")
- );
- partColumns.value = partList.map((item: any, index: number) => {
- // 因为合奏的,显示总谱会加一个声轨
- const defaultIndex = row.musicSheetType !== "SINGLE" && row.isScoreRender ? index + 1 : index
- const cnName = getInstrumentName(item.track)
- return {
- text: item.track + (cnName ? `(${cnName})` : ''),
- name: item.track + (cnName ? `(${cnName})` : ''), // true
- track: item.track,
- musicPdfUrl: item.musicPdfUrl,
- firstPdfUrl: item.firstPdfUrl,
- jianPdfUrl: item.jianPdfUrl,
- // xmlIndex,
- value: defaultIndex,
- };
- });
- staffData.details = row || {};
- // staffData.musicXml = staffData.details?.xmlFileUrl;
- staffData.isComberRender = staffData.details?.isScoreRender;
-
- let defaultShowStaff: any
- if(staffData.details?.musicSheetSoundList) {
- const soundCodes = filterSoundCodes(staffData.details?.musicSheetSoundList)
- if (soundCodes) {
- const soundCodesArr = soundCodes.split(",").map((code: string) => {
- return code
- .toLowerCase()
- .replace(/^\d+|\d+$/g, "")
- .trim()
- })
- defaultShowStaff = partColumns.value.find((item: any) =>
- soundCodesArr.includes(
- item.track &&
- item.track
- .toLowerCase()
- .replace(/^\d+|\d+$/g, "")
- .trim()
- )
- )
- if(defaultShowStaff) {
- staffData.selectedPartIndex = defaultShowStaff.value
- }
- }
- }
-
- if (row.musicSheetType === "SINGLE") {
- staffData.musicPdfUrl = getCurrentPdf(row, row.scoreType)
- // 生成的图片
- // staffData.imgs = row.musicImg ? row.musicImg.split(',') : [];
- } else {
- // 初始化数据
- // 是否显示总谱
- if (staffData.isComberRender) {
- partColumns.value.unshift({
- text: "总谱",
- value: 0,
- xmlIndex: 999,
- musicPdfUrl: row.musicPdfUrl,
- firstPdfUrl: row.firstPdfUrl,
- jianPdfUrl: row.jianPdfUrl,
- track: "",
- name: "总谱",
- });
- // 如果是总谱则默认选中,否则选择
- staffData.selectedPartIndex = row.defaultScoreRender ? 0 : defaultShowStaff ? defaultShowStaff.value : 1
- // staffData.selectedPartIndex = defaultShowStaff ? defaultShowStaff.value : 1
- let pdfUrl = ''
- if(row.defaultScoreRender) {
- pdfUrl = getCurrentPdf(row, row.scoreType)
- } else {
- pdfUrl = getCurrentPdf(defaultShowStaff, row.scoreType)
- }
- staffData.musicPdfUrl = pdfUrl
- } else {
- const item = partColumns.value.find((item: any) => item.value === staffData.selectedPartIndex)
- if (item) {
- staffData.musicPdfUrl = getCurrentPdf(item, row.scoreType) //item.musicPdfUrl;
- } else {
- staffData.musicPdfUrl = "";
- }
- }
- }
- // 通过isScoreRender判断是否合并渲染
- audioFileUrl.value = row.mp3Url
- if (
- audioFileUrl.value
- ) {
- // audioFileUrl.value = staffData.isConcert ? staffData.metronomeUrl : staffData.metronomeMp3Url
- nextTick(async () => {
- initAudio();
- });
- } else {
- renderStaff();
- }
- }
- const getPreViewCloud = (musicId: string, partIndex: number, track: string) => {
- const Authorization = sessionStorage.getItem("Authorization") || "";
- const musicScorePath = "/klx-music-score/";
- const musicScoreUrl = getHttpOrigin() + musicScorePath;
- // const musicScoreUrl = "https://test.colexiu.com" + musicScorePath;
- // const musicScoreUrl = 'http://192.168.3.68:3000/instrument.html';
- let href = `${musicScoreUrl}?t=${Date.now()}#/?id=${musicId}&Authorization=${Authorization}&isPreView=true&zoom=0.5&downPng=A4`;
- // // 老师端加上systemType=teacher
- href += ('&systemType=' +( state.platformType === "STUDENT" ? `student` : 'teacher'));
- // 总谱还是什么
- if(partIndex === 999) {
- href += `&part-index=${partIndex}`
- } else {
- href += `&part-name=${encodeURIComponent(track || '')}`
- }
- // musicRenderType
- // /** 五线谱 */
- // staff = "staff",
- // /** 简谱(首调) */
- // firstTone = "firstTone",
- // /** 固定音高 */
- // fixedTone = "fixedTone",
- if(staff.radio === "STAVE") {
- href += '&musicRenderType=staff'
- } else if(staff.radio === 'JIAN') {
- href += '&musicRenderType=fixedTone'
- } else if(staff.radio === 'FIRST') {
- href += '&musicRenderType=firstTone'
- }
-
- return href
- };
- const renderStaff = async () => {
- try {
- nextTick(() => {
- // console.log(staffData.musicPdfUrl, 'staffData.musicPdfUrl')
- if (staffData.musicPdfUrl) {
- const url = `${location.origin}${
- location.pathname
- }pdf/web/viewer-pdf.html?file=${encodeURIComponent(
- staffData.musicPdfUrl
- )}&t=${Date.now()}`
- const iframeRef = document.querySelector('#staffIframeRef') as any
- iframeRef.contentWindow.location.replace(url)
- // staffData.iframeSrc = url
- } else {
- const url = getPreViewCloud(staffData.musicId, currentColumn.value?.xmlIndex || 0, currentColumn.value?.track || '')
- const iframeRef = document.querySelector('#staffIframeRef') as any
- iframeRef.contentWindow.location.replace(url)
- // staffData.iframeSrc = url
- }
- })
- } catch (error) {
- //
- console.log(error, 'error');
- }
- }
- const resetRender = () => {
- const iframeRef: any = document.getElementById("staffIframeRef")
- iframeRef.contentWindow.location.replace(getPreViewCloud(staffData.musicId, currentColumn.value?.xmlIndex || 0, currentColumn.value.track))
- }
- return () => {
- return (
- <div class={styles.detail}>
- <ColSticky position="top">
- <div ref={headers}>
- <ColHeader
- background="transparent"
- hideHeader={false}
- border={false}
- isFixed={false}
- color="#fff"
- title={staffData.details?.name}
- backIconColor="white"
- v-slots={{
- right: () => (
- <div
- class={styles.shareBtn}
- style={{
- color: '#fff'
- }}
- onClick={onShare}
- >
- <Image src={iconShare} />
- 分享
- </div>
- )
- }}
- />
- </div>
- </ColSticky>
- <img class={styles.bgImg} src={staffData.details?.musicCover} />
- <div class={styles.bgContent}></div>
- <div
- class={styles.musicContainer}
- style={{
- marginTop: '16px',
- height: `calc(100vh - var(--header-height) - var(--bottom-height) - 16px)`
- }}
- >
- <div>
- <Cell
- border={false}
- center
- class={styles.musicInfo}
- v-slots={{
- icon: () => (
- <Image
- class={styles.pImg}
- src={ staffData.details?.musicCover}
- />
- ),
- title: () => (
- <div class={styles.info}>
- <h4
- class="van-ellipsis"
- // onClick={() => handleGotoMusicScore( staffData.details)}
- >
- { staffData.details?.name}
- </h4>
- <p
- style={{
- display: 'flex',
- alignItems: 'center'
- }}
- >
- {paymentType.value.map(
- tag =>
- tag && (
- <Tag
- style={{ color: colors[tag]?.color }}
- class={styles.tag}
- type="success"
- plain
- >
- {colors[tag].text}
- </Tag>
- )
- )}
- { staffData.details?.exquisiteFlag === 1 && (
- <Image
- class={styles.exquisiteFlag}
- src={getAssetsHomeFile('icon_exquisite.png')}
- />
- )}
- { staffData.details?.albumNums > 0 && (
- <Image
- class={styles.songAlbum}
- src={getAssetsHomeFile('icon_album_active.png')}
- />
- )}
- <span
- class={[
- styles.coomposer,
- browser().isApp &&
- staffData.details?.sourceType === 'TEACHER' &&
- state.platformType === 'STUDENT' &&
- styles.links
- ]}
- onClick={() => {
- if (
- browser().isApp &&
- staffData.details?.sourceType === 'TEACHER' &&
- state.platformType === 'STUDENT'
- ) {
- router.push({
- path: '/teacherHome',
- query: {
- teacherId: staffData.details?.userId,
- tabs: 'music'
- }
- })
- }
- }}
- >
- {/* <img class={styles.iconAlbum2} src={iconAlbum2} /> */}
- <span>
- { staffData.details?.userName ||
- '游客' + ( staffData.details?.userId || '')}
- </span>
- </span>
- </p>
- </div>
- ),
- value: () => (
- <>
- <span
- style={{
- visibility:
- state.platformType === 'TEACHER' && !route.query.tenantAlbumId
- ? 'visible'
- : 'hidden'
- }}
- class={styles.download}
- onClick={() => {
- if ( staffData.details?.coursewareStatus) {
- removeCourse()
- } else {
- onAddCourse()
- }
- }}
- >
- <img
- src={
- staffData.details?.coursewareStatus
- ? iconRemoveCourse
- : iconAddCourse
- }
- />
- <span>
- { staffData.details?.coursewareStatus
- ? '移出课件'
- : '添加课件'}
- </span>
- </span>
- <span
- class={styles.download}
- onClick={() => toggleFavorite()}
- >
- <img
- src={
- staffData.details?.favorite
- ? iconCollectActive
- : iconCollect
- }
- />
- <span>收藏</span>
- </span>
- </>
- )
- }}
- />
- <div class={styles.functionSection}>
- <div
- class={styles.functionItem}
- onClick={() => {
- router.push({
- path: '/look-album-list',
- query: {
- id: staffData.details?.id,
- musicSubject: staffData.details?.musicSubject
- }
- })
- }}
- >
- <img src={iconAlbum} />
- <span>专辑</span>
- </div>
- <div
- class={styles.functionItem}
- style={{
- display:
- staffData.details?.musicSheetType === 'CONCERT'
- ? ''
- : 'none'
- }}
- onClick={() => {
- if ( staffData.details?.musicSheetType === 'CONCERT') {
- staffData.open = true
- staffData.closed = false;
- }
- }}
- >
- <img src={iconChange} />
- <span>切换乐器</span>
- </div>
- {/* 独奏的才有转谱功能 */}
- {defaultConvertible.value.isConvertibleScore && staffData.details?.musicSheetType === 'SINGLE' ? (
- <div
- class={styles.functionItem}
- style={{
- display:
- staffData.details?.musicSheetType === 'SINGLE'
- ? ''
- : 'none'
- }}
- onClick={() => {
- staff.status = true
- }}
- >
- <img src={iconChange} />
- <span>转谱</span>
- </div>
- ) : null}
- <div
- class={[styles.functionItem, (loading.value ||
- (!staffData.musicPdfUrl && staffData.imgs.length <= 0)) ? styles.disabled : '']}
- onClick={() => {
- // console.log(loading.value, staffData.musicPdfUrl, staffData.imgs, '---------------')
- if((loading.value ||
- (!staffData.musicPdfUrl && staffData.imgs.length <= 0))) return
- if (staffData.musicPdfUrl) {
- const songName =
- staffData.details?.name +
- (staffData.isConcert &&
- currentColumn.value?.name
- ? `(${
- currentColumn.value
- ?.name || ""
- })`
- : "");
- promisefiyPostMessage({
- api: "downloadFile",
- content: {
- downloadUrl: staffData.musicPdfUrl,
- fileName: songName,
- },
- });
- } else {
- downloadStatus.value = true;
- }
- }}
- >
- <img src={iconDownload} />
- <span>下载</span>
- </div>
- </div>
- </div>
- <div class={styles.musicContent}>
- {staffData.details.id ? (
- staffData.musicPdfUrl ? (
-
- <iframe
- style={{
- opacity: loading.value ? 0 : 1,
- }}
- id="staffIframeRef"
- src={staffData.iframeSrc}
- onLoad={() => {
- // 判断是用哪个渲染的
- loading.value = false;
- }}
- ></iframe>
- ) : (
- <>
- <p class={styles.musicTitle}>
- {staffData.details?.name && (
- <>
- {staffData.details?.name}
- {staffData.isConcert &&
- currentColumn.value?.name
- ? `(${
- currentColumn.value
- ?.name || ""
- })`
- : ""}
- </>
- )}
- </p>
- {/* {loading.value && (
- <>
- <Vue3Lottie
- animationData={AstronautJSON}
- class={styles.finch}
- ></Vue3Lottie>
- <p class={styles.finchLoad}>加载中...</p>
- </>
- )} */}
- <iframe
- id="staffIframeRef"
- style={{
- opacity: loading.value ? 0 : 1,
- }}
- src={staffData.iframeSrc}
- onLoad={() => {
- loading.value = false;
- // musicIframeLoad();
- }}
- ></iframe>
- </>
- )
- ) : null}
- </div>
- </div>
- {staffData.details?.id && (
- <ColSticky
- position="bottom"
- background="white"
- varName="--bottom-height"
- >
- <div ref={footers}>
- <div class={styles.videoOperation}>
- {audioFileUrl.value && (
- <>
- {!buyState.value.play &&
- freeRate.value != 100 &&
- freeRate.value != 0 && (
- <div class={[styles.audition]}>
- <img src={iconListen} />
- <span>每首曲目可试听{freeRate.value}%</span>
- </div>
- )}
- <div class={[styles.audio, styles.collectCell]}>
- <audio id="player" controls ref={audio}>
- <source src={audioFileUrl.value} type="audio/mp3" />
- </audio>
- </div>
- </>
- )}
- </div>
- {/* 判断是否是免费的,或者已经购买过,是否从专辑过来的 */}
- {buyState.value.play ||
- (state.platformType === 'TEACHER' &&
- buyState.value.hasTenantAlbum) ? (
- <Button
- round
- block
- type="primary"
- color="linear-gradient(180deg, #59E5D5 0%, #2DC7AA 100%)"
- onClick={() => {
- const throttleFn = useThrottleFn(() => {
- player.value && player.value.stop()
- // 新版云教练的谱面类型使用musicRenderType字段
- let musicRenderType = ''
- if(staff.radio === "STAVE") {
- musicRenderType = 'staff'
- } else if(staff.radio === 'JIAN') {
- musicRenderType = 'fixedTone'
- } else if(staff.radio === 'FIRST') {
- musicRenderType = 'firstTone'
- }
- let extraParam: any = {
- // 'part-index': currentColumn.value.track || 0,
- 'part-name': encodeURIComponent(currentColumn.value?.track?.trim() || ''),
- musicRenderType,
- instrumentId: staffData.instrumentId
- }
- // 有专辑id
- if (route.query.tenantAlbumId) {
- extraParam.albumId = route.query.tenantAlbumId
- } else if (browser().isTeacher && route.query.providerType == 'TENANT') {
- // 机构老师端
- extraParam.albumId = 1
- }
- musicBuy({
- id: staffData.details.id
- }, () => {}, extraParam)
- }, 300)
- throttleFn()
- }}
- >
- 立即练习
- </Button>
- ) : (
- <div class={styles.colSticky}>
- {/* 只有,有点播类型的才显示价格 */}
- {buyState.value.charge && (
- <div class={styles.priceSection}>
- <span>点播价:</span>
- <span class={styles.price}>
- <i>¥</i>
- {moneyFormat(staffData.details?.musicPrice)}
- </span>
- </div>
- )}
- <div class={[styles.buyBtn]}>
- {/* 判断是否是需要收费的 */}
- {buyState.value.charge && (
- <Button
- round
- type="primary"
- color="linear-gradient(180deg, #59E5D5 0%, #2DC7AA 100%)"
- class={styles.primary}
- onClick={onBuy}
- >
- 立即点播
- </Button>
- )}
- {/* 判断是否有会员的 */}
- {buyState.value.vip && (
- <Button
- round
- block={!buyState.value.charge ? true : false}
- type="primary"
- color="linear-gradient(180deg, #F7BD8D 0%, #CD8806 100%)"
- class={styles.memeber}
- onClick={() => {
- router.push({
- path: '/memberCenter',
- query: {
- ...route.query
- }
- })
- }}
- >
- {studentActivityId.value > 0 && (
- <div class={[styles.buttonDiscount]}>专属优惠</div>
- )}
- 开通会员
- </Button>
- )}
- </div>
- </div>
- )}
- </div>
- </ColSticky>
- )}
- <Popup
- v-model:show={shareStatus.value}
- style={{ background: 'transparent' }}
- teleport="body"
- >
- <ColShare
- teacherId={state.user.data?.userId}
- shareUrl={shareUrl.value}
- shareType="music"
- >
- <div class={styles.shareMate}>
- {shareDiscount.value === 1 && (
- <div class={styles.tagDiscount}>专属优惠</div>
- )}
- <img
- class={styles.icon}
- crossorigin="anonymous"
- src={staffData.details?.musicCover}
- />
- <div class={styles.info}>
- <h4 class="van-multi-ellipsis--l2">
- {staffData.details?.name}
- </h4>
- <p>作曲人:{staffData.details?.composer}</p>
- </div>
- </div>
- </ColShare>
- </Popup>
- <Popup v-model:show={downloadStatus.value} position="bottom" round>
- {downloadStatus.value && (
- <Download
- imgList={JSON.parse(JSON.stringify(staffData.imgs))}
- musicSheetName={
- staffData.details.name +
- (staffData.isConcert &&
- currentColumn.value?.name
- ? `(${
- currentColumn.value?.name || ""
- })`
- : "")
- }
- />
- )}
- </Popup>
- <Popup
- v-model:show={staff.status}
- teleport="body"
- closeable
- style={{ width: '80%' }}
- round
- >
- <div class={styles.staffContainer}>
- <div class={styles.staffTitle}>选择转换曲谱</div>
- <RadioGroup v-model={staff.radio}>
- <CellGroup border={false}>
- {!defaultConvertible.value.isHiddenStaff ? <Cell
- center
- border={false}
- class={staff.radio === 'STAVE' ? styles.active : ''}
- onClick={() => onChangeStaff('STAVE')}
- >
- {{
- icon: () => (
- <Image src={staffDetafult} class={styles.staffImg} />
- ),
- title: () => <span class={styles.name}>五线谱</span>,
- value: () => (
- <Radio name="STAVE">
- {{
- icon: (props: any) => (
- <Icon
- class={styles.boxStyle}
- size={16}
- name={
- props.checked
- ? activeButtonIcon
- : inactiveButtonIcon
- }
- />
- )
- }}
- </Radio>
- )
- }}
- </Cell> : ""}
- <Cell
- center
- border={false}
- class={staff.radio === 'FIRST' ? styles.active : ''}
- onClick={() => onChangeStaff('FIRST')}
- >
- {{
- icon: () => (
- <Image src={firstDefault} class={styles.staffImg} />
- ),
- title: () => <span class={styles.name}>简谱-首调</span>,
- value: () => (
- <Radio name="FIRST">
- {{
- icon: (props: any) => (
- <Icon
- class={styles.boxStyle}
- size={16}
- name={
- props.checked
- ? activeButtonIcon
- : inactiveButtonIcon
- }
- />
- )
- }}
- </Radio>
- )
- }}
- </Cell>
- <Cell
- center
- border={false}
- class={staff.radio === 'JIAN' ? styles.active : ''}
- onClick={() => onChangeStaff('JIAN')}
- >
- {{
- icon: () => (
- <Image src={fixedDefault} class={styles.staffImg} />
- ),
- title: () => <span class={styles.name}>简谱-固定调</span>,
- value: () => (
- <Radio name="JIAN">
- {{
- icon: (props: any) => (
- <Icon
- class={styles.boxStyle}
- size={16}
- name={
- props.checked
- ? activeButtonIcon
- : inactiveButtonIcon
- }
- />
- )
- }}
- </Radio>
- )
- }}
- </Cell>
- </CellGroup>
- </RadioGroup>
- </div>
- </Popup>
- <Popup
- teleport="body"
- position="bottom"
- round
- v-model:show={staffData.open}
- onClosed={() => {
- staffData.closed = true;
- }}
- >
- {!staffData.closed && (
- <Picker
- columns={partColumns.value}
- defaultIndex={staffData.selectedPartIndex}
- onConfirm={value => {
- staffData.open = false;
- staffData.selectedPartIndex = value.value;
- staffData.imgs = [];
- nextTick(() => {
- const item = partColumns.value.find((child: any) => child.value === value.value)
- const tempPdf = getCurrentPdf(item, staff.radio)
- staffData.musicPdfUrl = tempPdf;
- if (tempPdf) {
- renderStaff();
- } else {
- loading.value = true;
- if (staffData.musicPdfUrl) {
- resetRender();
- } else {
- renderStaff();
- }
- }
- });
- }}
- onCancel={() => (staffData.open = false)}
- />
- )}
- </Popup>
- </div>
- )
- }
- }
- })
|