12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493 |
- <!-- -->
- <template>
- <div :class="['voicefull', bgIndex == 0 ? 'bg1' : 'bg2']" v-if="item">
- <div
- class="voicefull-top"
- @mouseover="setTopShow(true)"
- @mouseleave="setTopShow(false)"
- >
- <div :class="[isTopShow ? 'voicefull-top-show' : 'voicefull-top-hidden']">
- <!-- <div class="top-left"> -->
- <div
- :class="['op-btn close-btn', bgIndex == 1 ? 'op-btn-green' : '']"
- @click="exitFullScreen"
- >
- <span
- :class="['close-icon', bgIndex == 1 ? 'close-icon-white' : '']"
- >
- <i class="el-icon-close"></i>
- </span>
- </div>
- <div :class="['select-bg', bgIndex == 1 ? 'select-bg-blue' : '']">
- <div :class="['bg-green-box', bgIndex == 1 ? 'active' : '']">
- <span
- :class="['bg-green', bgIndex == 1 ? 'active' : '']"
- @click="changeBg(1)"
- ></span>
- </div>
- <div :class="['bg-white-box', bgIndex == 0 ? 'active' : '']">
- <span
- :class="['bg-white', bgIndex == 0 ? 'active' : '']"
- @click="changeBg(0)"
- ></span>
- </div>
- </div>
- <!-- </div> -->
- <!-- <div class="top-middle"> -->
- <template v-if="mp3">
- <AudioLineSentence
- :key="'sent' + curSentIndex"
- :mp3="mp3"
- :getCurTime="getCurTime"
- ref="audioLineSent"
- :audioId="'artPraAudioId' + curSentIndex"
- :stopAudio="stopAudio"
- :width="120"
- :hideSlider="true"
- :bg="bg"
- :ed="ed"
- :curTime="curTime"
- :maxTime="maxTime"
- :bgIndex="bgIndex"
- :isRepeat="isRepeat"
- :isAuto="isAuto"
- @playChange="playChange"
- @rollSentence="rollSentence"
- />
- </template>
- <div
- :class="['op-btn', bgIndex == 1 ? 'op-btn-green' : '']"
- @click="setStatus"
- >
- <span
- :class="[
- 'repeat-icon',
- !isRepeat && !isAuto ? 'disabled' : '',
- !isRepeat && isAuto ? 'auto-icon' : '',
- isRepeat && bgIndex == 1 ? 'repeat-icon-yellow' : '',
- !isRepeat && isAuto && bgIndex == 1 ? 'auto-icon-yellow' : '',
- ]"
- >
- <svg-icon v-if="isRepeat" icon-class="repeat"></svg-icon>
- <svg-icon v-else icon-class="repeat-line"></svg-icon>
- </span>
- </div>
- <div
- :class="['op-btn', bgIndex == 1 ? 'op-btn-green' : '']"
- @click="handleColl"
- title="点击收藏后可在“个人中心”-“我的收藏”查看"
- >
- <span
- :class="[
- 'coll-icon',
- !isCollArr[curSentIndex] ? 'disabled' : '',
- isCollArr[curSentIndex] && bgIndex == 1
- ? 'coll-icon-yellow'
- :isCollArr[curSentIndex] && bgIndex == 0
- ? 'coll-icon-green':'',
- ]"
- >
- <svg-icon v-if="!isCollArr[curSentIndex]" icon-class="like-line" className="icon-like"></svg-icon>
- <svg-icon v-else icon-class="like" className="icon-like"></svg-icon>
- </span>
- </div>
- <div :class="['set-fontSize', bgIndex == 1 ? 'set-fontSize-green' : '']">
- <div
- @click="setFontSizeFlag=!setFontSizeFlag"
- >
- <svg-icon icon-class="font-size"></svg-icon>
- </div>
- <div class="font-size-box" :class="[bgIndex == 1 ? 'font-size-box-green' : '']" v-if="setFontSizeFlag">
- <el-input-number v-model="hzSize" :step="4" :max="76" :min="34"></el-input-number>
- </div>
- </div>
-
- </div>
- <!-- </div> -->
- </div>
- <div class="voicefull-content" v-if="item">
- <div
- class="vc-box"
- @mousemove="showPrevNext(true, 'isShowLeft')"
- @mouseleave="showPrevNext(false, 'isShowLeft')"
- >
- <div
- :class="[
- 'vc-left vc-left-grey',
- isShowLeft && bgIndex == 0 ? 'vc-left-black' : '',
- isShowLeft && bgIndex == 1 ? 'vc-left-white' : '',
- curSentIndex == 0 ? 'hidden' : '',
- ]"
- @click="prevSentence"
- ></div>
- </div>
- <div class="vc-main">
- <div class="item-sent">
- <div style="clear: both; overflow: hidden"></div>
- <div
- class="nnpe-sentence-box"
- v-for="(pItem, pIndex) in item"
- :key="'wordsList' + pIndex"
- @dblclick="showWordDetail($event, pItem)"
- @click="playWord(pItem,pIndex)"
- >
- <template v-if="pItem.isShow">
- <div
- :class="[
- 'NNPE-words',
- ]"
- >
- <span
- class="NNPE-chs"
- :class="[
- resArr.timeList[curSentIndex] &&
- resArr.timeList[curSentIndex] &&
- resArr.timeList[curSentIndex].e &&
- resArr.timeList[curSentIndex].tokens &&
- resArr.timeList[curSentIndex].tokens[pItem.wIndex]&&
- curTime >=
- resArr.timeList[curSentIndex].tokens[pItem.wIndex].s &&
- curTime <= resArr.timeList[curSentIndex].e
- ? 'wordActive'
- : '',
- pItem.tokens[9]===''?'marginRight':'',pItem.marginRight?'marginSingleRight':'',
- bgIndex == 1 ? 'word-green' : '',
- bgIndex == 1 && wordIndex == pItem.wIndex
- ? 'wordActive-blue'
- : bgIndex == 0 && wordIndex == pItem.wIndex?'wordActive':'',
- ]"
- :style="{fontSize:hzSize + 'px'}"
- >{{ pItem.tokens[2] }}</span
- >
- <span
- class="NNPE-chs NNPE-chs-both"
- v-if="item[pIndex + 1] &&
- item[pIndex + 1].tokens[2] &&
- enFhList.indexOf(item[pIndex + 1].tokens[2]) > -1"
- :class="[
- resArr.timeList[curSentIndex] &&
- resArr.timeList[curSentIndex] &&
- resArr.timeList[curSentIndex].tokens[pItem.wIndex]&&
- curTime >=
- resArr.timeList[curSentIndex].tokens[pItem.wIndex].s &&
- curTime <= resArr.timeList[curSentIndex].e
- ? 'wordActive'
- : '',
- item[pIndex + 1].tokens[8]===''?'marginLeft':'',item[pIndex + 1].marginRight?'marginSingleRight':'',
- bgIndex == 1 ? 'word-green' : '',
- bgIndex == 1 && wordIndex == pItem.wIndex
- ? 'wordActive-blue'
- : '',
- ]"
- :style="{fontSize:hzSize + 'px'}"
- >{{ item[pIndex + 1].tokens[2] }}</span
- >
- </div>
- </template>
- </div>
- </div>
- <div style="clear: both; overflow: hidden"></div>
- </div>
- </div>
- <div
- class="voicefull-bottom"
- @mouseover="setBottomShow(true)"
- @mouseleave="setBottomShow(false)"
- >
- <div
- :class="[
- isBottomShow ? 'voicefull-bottom-show' : 'voicefull-bottom-hidden',
- ]"
- >
- <div
- :class="[
- 'bottom-left',
- ]"
- >
- <Soundrecorddiff
- ref="Soundrecorddiff"
- @handleWav="handleWav"
- @getWavblob="getWavblob"
- @handleParentPlay="handleParentPlay"
- @sentPause="sentPause"
- @getRerordStatus="getRerordStatus"
- @getMicrophoneStatus="getMicrophoneStatus"
- @getPlayStatus="getPlayStatus"
- :bgIndex="bgIndex"
- :answerRecordList="
- historySentRecordList
- "
- :tmIndex="curSentIndex"
- :key="'Soundrecorddiff' + curSentIndex"
- />
- </div>
- <div
- :class="['compare-box', bgIndex == 1 ? 'compare-box-white' : '']"
- v-if="isShowCompare"
- >
- <Audio-compare
- :bgIndex="bgIndex"
- type="full"
- :themeColor="''"
- :index="curSentIndex"
- :sentIndex="curSentIndex"
- :url="curQue.art_sound_url"
- :bg="bg"
- :ed="ed"
- :wavblob="wavblob"
- :getCurTime="getCurCompareTime"
- :sentPause="sentPause"
- :isRecord="isRecord"
- :handleChangeStopAudio="handleChangeStopAudio"
- :getPlayStatus="getPlayStatus"
- :key="'mp3Compare' + curSentIndex"
-
- />
- </div>
- <div
- :class="[
- 'page-count',
- bgIndex == 0 ? 'page-count-white' : 'page-count-green',
- ]"
- >
- {{ curSentIndex + 1 }}/{{ this.resArr.wordsList.length }}
- </div>
- </div>
- </div>
- <el-dialog
- :visible.sync="isShow"
- :show-close="false"
- :close-on-click-modal="false"
- width="570px"
- class="login-dialog"
- :modal="false"
- v-if="isShow">
- <WordCard @closeWord="changeWordCard" :dataObj="showObj" @changeLike="changeLike" :likePhrase="likeWord"/>
- </el-dialog>
- <div class="word-play-audio" v-if="isWordPlay">
- <AudioLineSentence
- :mp3="mp3"
- :getCurTime="getCurWordTime"
- ref="audioLineWord"
- :audioId="'artPraAudioId' + curSentIndex + wordIndex"
- :stopAudio="stopAudio"
- :width="120"
- :hideSlider="false"
- :bg="wordbg"
- :ed="worded"
- :maxTime="wordMaxTime"
- :bgIndex="bgIndex"
- :isRepeat="isRepeat"
- :wordPlay="true"
- @changePlayStatus="changePlayStatus"
- />
- </div>
- </div>
- </template>
- <script>
- import AudioLineSentence from "../../../components/common/AudioLineSentence.vue";
- import Soundrecorddiff from "../../../components/common/Soundrecorddiff.vue";
- import AudioCompare from "../../../components/common/AudioCompare.vue";
- import WordCard from "../../personalCenter/components/WordCard.vue"
- import { getLogin } from "@/api/ajax";
- export default {
- components: {
- AudioLineSentence,
- Soundrecorddiff,
- AudioCompare,
- WordCard,
- },
- props: [
- "sentIndex",
- "mp3",
- "curQue",
- "likeSentencelist",
- "likeWord"
- ],
- data() {
- return {
- pySize: 32,
- hzSize: 48,
- enSize: 24,
- bgIndex: 1,
- maxTime: 0,
- item: null,
- bg: 0,
- ed: 0,
- isRepeat: false,
- curTime: 0,
- wavblob: null,
- stopAudio: false,
- isRecord: false,
- isShowCompare: false,
- isShowRight: false,
- isShowLeft: false,
- curSentIndex: 0,
- oldHz: "",
- hz: "",
- clientY: 0,
- top: 0,
- left: 0,
- newWordList: [],
- pinyin: "",
- wordIndex: -1,
- isShow: false,
- wordbg: 0,
- worded: 0,
- wordMaxTime: 0,
- isWordPlay: false,
- curWordTime: 0,
- isPlaying: false,
- isAuto: false,
- key: "isRepeat",
- isKeyboard: true,
- isTopShow: false,
- isBottomShow: false,
- isRecording: false,
- recordPlaying: false,
- isCollArr: [],
- enwords: "",
- screenHeight: 0,
- resArr: [],
- historySentRecordList: [], // 单句历史录音list
- enFhList: [
- ",",
- ".",
- ";",
- "?",
- "!",
- ":",
- ">",
- "<",
- "'",
- "’",
- "n't",
- "n’t",
- "n’ts",
- "n‘t",
- "'t",
- "’t",
- "‘t",
- "'s",
- "’s",
- "‘s",
- "'m",
- "’m",
- "‘m",
- "'re",
- "’re",
- "‘re",
- "'d",
- "’d",
- "‘d",
- "'ve",
- "’ve",
- "‘ve",
- ")",
- "'ll",
- "’ll",
- "‘ll",
- "”",
- ],
- setFontSizeFlag: false,
- showObj:null,
- wordLit:[],
- sentenceList:[],
- left:0,
- top:0
- };
- },
- computed: {
- // isPlaying: function () {
- // let playing = false;
- // if (this.$refs.audioLineSent) {
- // playing = this.$refs.audioLineSent.audio.isPlaying;
- // }
- // console.log(playing);
- // return playing;
- // },
- },
- watch: {
- isRecording: {
- handler: function (newVal, oldVal) {
- if (newVal) {
- this.isBottomShow = newVal;
- }
- },
- deep: true,
- },
- recordPlaying: {
- handler: function (newVal, oldVal) {
- if (newVal) {
- this.isBottomShow = newVal;
- }
- },
- deep: true,
- },
- sentIndex: {
- handler: function (newVal, oldVal) {
- this.curSentIndex = newVal;
- this.getSentence();
- },
- deep: true,
- },
- hz: {
- handler: function (val, oldVal) {
- let _this = this;
- if (val) {
- _this.handleNewWords(val);
- }
- },
- // 深度观察监听
- deep: true,
- },
- isShow: {
- handler: function (val, oldVal) {
- let _this = this;
- if (val) {
- setTimeout(() => {
- _this.cardHeight = _this.$refs.wordcard.offsetHeight;
- if (_this.screenHeight - _this.clientY > _this.cardHeight) {
- _this.top = _this.clientY + 20;
- } else {
- _this.top = _this.clientY - _this.cardHeight - 30;
- }
- }, 50);
- }
- },
- // 深度观察监听
- deep: true,
- },
- },
- //方法集合
- methods: {
- setTopShow(bool) {
- this.isTopShow = bool;
- },
- setBottomShow(bool) {
- if (!this.recordPlaying && !this.isRecording) {
- this.isBottomShow = bool;
- }
- },
- getPlayStatus(bool) {
- this.recordPlaying = bool;
- },
- setFontSize(type) {
- let _this = this;
- if (type == "-") {
- if (_this.hzSize >= 34) {
- this.hzSize = this.hzSize - 4;
- }
- }
- if (type == "+") {
- if (_this.hzSize <= 76) {
- this.hzSize = this.hzSize + 4;
- }
- }
- _this.pySize = parseInt(_this.hzSize / 1.5);
- },
- playChange(bool) {
- this.isPlaying = bool;
- },
- handleColl() {
- let _this = this;
- if (_this.isCollArr[_this.curSentIndex]) {
- _this.cancleColl();
- } else {
- _this.addColl();
- }
- },
- //添加收藏
- addColl() {
- let MethodName = "/ShopServer/Client/CollectManager/AddCollect_Sentence";
- let data = {
- sentence_id: this.curQue.art_corpus_data.sentList[this.curSentIndex].id,
- audio_file_id: this.curQue.art_sound_srt_data?this.curQue.art_sound_srt_data.mp3:'',
- audio_begin_time: this.curQue.art_sound_srt_data&&this.curQue.art_sound_srt_data.sents?this.curQue.art_sound_srt_data.sents[this.curSentIndex].s:null,
- audio_end_time: this.curQue.art_sound_srt_data&&this.curQue.art_sound_srt_data.sents?this.curQue.art_sound_srt_data.sents[this.curSentIndex].e:null
- };
- getLogin(MethodName, data).then((res) => {
- if(res.status===1){
- this.$set(this.isCollArr, this.curSentIndex, true);
- this.$message.success("收藏成功!");
- }
- });
- },
- //取消收藏
- cancleColl() {
- let MethodName = "/ShopServer/Client/CollectManager/CancelCollect_Sentence";
- let data = {
- sentence_id: this.curQue.art_corpus_data.sentList[this.curSentIndex].id
- };
- getLogin(MethodName, data).then((res) => {
- if(res.status===1){
- this.$set(this.isCollArr, this.curSentIndex, false);
- this.$message.success("取消成功!");
- }
- });
- },
- //检查收藏状态
- checkCollStatus() {
- let collFlag = this.likeSentencelist&&this.likeSentencelist.length>0&&this.likeSentencelist.indexOf(this.curQue.art_corpus_data.sentList[this.curSentIndex].id)>-1 ? true : false;
- this.$set(this.isCollArr, this.curSentIndex, collFlag);
- },
- showPrevNext(bool, key) {
- this[key] = bool;
- },
- prevSentence() {
- let _this = this;
- if (_this.curSentIndex == 0) {
- _this.$message.warning("已经是第一个句子了");
- return;
- }
- _this.curSentIndex = _this.curSentIndex - 1;
- _this.getSentence();
- if (_this.isAuto) {
- _this.curTime = _this.bg;
- _this.$refs.audioLineSent.onTimeupdateTime(_this.bg / 1000);
- }
- },
- nextSentence() {
- if (this.curSentIndex == this.resArr.wordsList.length - 1) {
- this.$message.warning("已经是最后一个句子了");
- return;
- }
- this.curSentIndex = this.curSentIndex + 1;
- this.getSentence();
- },
- rollSentence() {
- if (this.curSentIndex == this.resArr.wordsList.length - 1) {
- this.curSentIndex = 0;
- } else {
- this.curSentIndex = this.curSentIndex + 1;
- }
- this.getSentence();
- },
- changeStatus(key) {
- this[key] = !this[key];
- },
- changePinyin() {
- this.$emit("changePinyin");
- },
- changeEN() {
- this.$emit("changeEN");
- },
- setStatus() {
- let _this = this;
- if (_this.key == "isRepeat") {
- if (_this.isRepeat) {
- _this.isRepeat = false;
- _this.isAuto = true;
- _this.key = "isAuto";
- } else {
- _this.isRepeat = true;
- _this.key = "isRepeat";
- }
- } else if (_this.key == "isAuto") {
- if (_this.isAuto) {
- _this.isRepeat = false;
- _this.isAuto = false;
- _this.key = "isRepeat";
- }
- }
- },
- getRerordStatus(bool) {
- this.isShowCompare = bool;
- },
- getMicrophoneStatus(bool) {
- this.isRecording = bool;
- },
- getWavblob(wavblob,wav) {
- this.wavblob = wav;
- if(wav){
- this.addRecord(wav)
- }
- },
- addRecord(wav){
- let MethodName = "/PaperServer/Client/UserSentRec/AddUserSentRec";
- let data = {
- sent_id: this.curQue.art_corpus_data.sentList[this.curSentIndex].id,
- rec_sound_data: wav
- }
- getLogin(MethodName, data)
- .then((res) => {
- if(res.status===1){
- this.getAllRecordList()
- }
-
- })
- },
- sentPause(isRecord) {
- this.isRecord = isRecord;
- },
- getCurTime(curTime) {
- let _this = this;
- if (_this.isRepeat) {
- let time = curTime * 1000;
- if (time > _this.ed || time < _this.bg) {
- _this.curTime = _this.bg;
- this.$refs.audioLineSent.onTimeupdateTime(_this.bg / 1000);
- } else {
- _this.curTime = curTime * 1000;
- }
- } else if (_this.isAuto) {
- let time = curTime * 1000;
- if (time > _this.ed) {
- _this.rollSentence();
- _this.curTime = _this.bg;
- _this.$refs.audioLineSent.onTimeupdateTime(_this.bg / 1000);
- } else {
- _this.curTime = curTime * 1000;
- }
- } else {
- _this.curTime = curTime * 1000;
- }
- },
- getCurCompareTime(curTime) {
- let _this = this;
- _this.curTime = curTime * 1000;
- },
- getCurWordTime(curTime) {
- let _this = this;
- _this.curWordTime = curTime * 1000;
- },
- changeBg(bgIndex) {
- this.bgIndex = bgIndex;
- },
- getAllRecordList(){
- let MethodName = "/PaperServer/Client/UserSentRec/RecListInUserSent";
- let data = {
- sent_id: this.curQue.art_corpus_data.sentList[this.curSentIndex].id,
- got_rec_data_flag: false
- }
- getLogin(MethodName, data)
- .then((res) => {
- if(res.status===1){
- this.historySentRecordList = res.data.all
- }
- })
- },
- getSentence() {
- let _this = this;
- _this.getAllRecordList()
- _this.isShowCompare = _this.historySentRecordList.length > 0;
- _this.pauseAudio();
- _this.isPlaying = false;
- let item = JSON.parse(JSON.stringify(_this.resArr.wordsList[_this.curSentIndex]));
- _this.item = item
- _this.resArr.wordsList.forEach((item) => {
- this.isCollArr.push(false);
- });
- _this.bg = _this.resArr.timeList[_this.curSentIndex].s;
- _this.ed = _this.resArr.timeList[_this.curSentIndex].e;
- let maxTime = (_this.ed - _this.bg) / 1000;
- if (maxTime < 1) {
- _this.maxTime = 1;
- } else {
- _this.maxTime = maxTime;
- }
- _this.checkCollStatus();
- },
- pauseAudio() {
- let audio = document.getElementsByTagName("audio");
- if(audio&&audio.length>0&&window.location.href.indexOf('GCLS-Learn')==-1){
- audio.forEach((item) => {
- item.pause();
- });
- }
- },
- exitFullScreen() {
- this.pauseAudio();
- this.$emit("exitFullscreen");
- },
- changeFullScreen() {
- this.pauseAudio();
- this.$emit("changeIsFull");
- },
- handleWav(list, tmIndex) {
- tmIndex = tmIndex ? tmIndex : 0;
- // this.$emit("handleWav", list, tmIndex);
- },
- // 录音时暂停音频播放
- handleParentPlay() {
- this.stopAudio = true;
- },
- // 音频播放时改变布尔值
- handleChangeStopAudio() {
- this.stopAudio = false;
- },
- //播放音频
- playWord(item,index) {
- let _this = this;
- _this.pauseAudio();
- _this.isWordPlay = false;
- _this.wordIndex = item.wIndex;
- setTimeout(() => {
- let leg = _this.resArr.timeList[_this.curSentIndex].tokens.length;
- _this.wordbg = _this.resArr.timeList[_this.curSentIndex].tokens[index].s;
- _this.worded = _this.resArr.timeList[_this.curSentIndex].tokens[index].e;
- let wordMaxTime = (_this.worded - _this.wordbg) / 1000;
- if (wordMaxTime < 1) {
- _this.wordMaxTime = 1;
- } else {
- _this.wordMaxTime = wordMaxTime;
- }
- _this.isWordPlay = true;
- }, 50);
- },
- changePlayStatus() {
- this.isWordPlay = false;
- this.wordIndex = -1;
- },
- showWordDetail(e, item) {
- let _this = this;
- if (_this.enFhList.indexOf(item.tokens[2]) > -1) {
- return;
- }
- if (_this.oldHz != item.tokens[2]) {
- this.isShow = false;
- setTimeout(() => {
- _this.hz = item.tokens[2];
- _this.wordIndex = item.wIndex;
- if(item.type==='newWord'){
- this.wordLit.forEach(itemi=>{
- if(item.word_id===itemi.id){
- let obj = {
- src: itemi.ph_file_url?itemi.ph_file_url:'',
- word: itemi.word_name,
- symbol: itemi.word_explain.ph?itemi.word_explain.ph:'',
- paraList: itemi.word_explain.word_para_list,
- type: itemi.word_explain.vl_level?itemi.word_explain.vl_level:'',
- typeCn: itemi.word_explain.vl_level_name?itemi.word_explain.vl_level_name:'',
- rate: itemi.word_explain.star?itemi.word_explain.star:null,
- originalObj: itemi,
- hasVoice: itemi.word_explain.ph_mp3_id||itemi.word_explain.ph_file_url?true:false,
- id: itemi.id,
- collect: this.likeWord.indexOf(itemi.word_name)>-1?true:false,
- isNew: true
- }
- this.showObj = obj
- }
- })
- this.showWordFlag = true
- }else{
- let obj = {
- word: item.tokens[2],
- isNew: false
- }
- this.showObj = obj
- this.showWordFlag = true
- }
- console.log(this.showObj)
- }, 50);
- }
- _this.clientY = e.clientY;
- let left = e.clientX;
- let width = 0;
- // if (item.chs.length == 1 || item.chs.length == 2) {
- // width = 304;
- // } else if (item.chs.length == 3 || item.chs.length == 4) {
- // width = 432;
- // } else if (item.chs.length > 3) {
- // width = 560;
- // }
- if (left - this.bodyLeft > this.contentWidth / 2) {
- _this.left = left - width + 10;
- } else {
- _this.left = left - width / 2;
- }
- },
- changeWordCard(isShow) {
- let _this = this;
- _this.isShow = isShow;
- _this.oldHz = "";
- _this.hz = "";
- _this.wordIndex = -1;
- },
- // 处理分词数据
- handleNewWords(val) {
- let _this = this;
- _this.isShow = true;
- _this.word = null;
- // if (_this.newWordList.indexOf(val) > -1) {
- // for (let i = 0; i < this.NNPENewWordList.length; i++) {
- // let pItem = this.NNPENewWordList[i];
- // for (let j = 0; j < pItem.length; j++) {
- // let item = pItem[j];
- // if (item.new_word.trim() == val.trim()) {
- // let wordlist = val.split("");
- // this.word = { list: wordlist, detail: item };
- // break;
- // }
- // }
- // }
- // } else {
- // let wordlist = val.split("");
- // let option = {
- // definition_list: [],
- // mp3_list: [],
- // new_word: val,
- // pinyin: _this.pinyin,
- // };
- // _this.word = { list: wordlist, detail: option };
- // }
- _this.oldHz = val;
- },
- handleNewword() {
- // let NewWordList = [];
- // this.NNPENewWordList.forEach((item) => {
- // item.forEach((wItem) => {
- // NewWordList.push(wItem.new_word);
- // });
- // });
- // this.newWordList = JSON.parse(JSON.stringify(NewWordList));
- },
- changeLike(){
- },
- getScreenHeight() {
- this.screenHeight = window.innerHeight;
- },
- handleData() {
- let resArr = {
- wordsList: [],
- timeList: [],
- };
- let articleInfo = JSON.parse(JSON.stringify(this.curQue));
- this.sentenceList = articleInfo.art_corpus_data?articleInfo.art_corpus_data.sentList:[]
- this.wordLit = articleInfo.art_voc_data?articleInfo.art_voc_data:[]
- this.wordLit.forEach(item=>{
- item.type='newWord'
- item.exp_title = item.word_name
- let paraStr = ''
- if(item.word_explain&&item.word_explain.word_para_list){
- item.word_explain.word_para_list.forEach(items=>{
- paraStr += items.para
- })
- }
- item.exp_content = paraStr
- item.collect = this.likeWord.indexOf(item.word_name)>-1?true:false
- })
- articleInfo.art_corpus_data.sentList.forEach((item,index) => {
- let wordlist = []
- item.tokens.forEach((items,indexs)=>{
- let type=''
- let word_id = ''
- for(let i=0;i<this.wordLit.length;i++){
- this.wordLit[i].bind_sent_data.bind_sents.forEach(items=>{
- if(items.sent_id===item.id&&items.sel_token_idxes.indexOf(indexs)>-1){
- type='newWord'
- word_id = this.wordLit[i].id
- }
- })
- }
- let obj = {
- sent_id:item.id,
- sno: item.sno-1,
- pno: item.pno,
- text: item.text,
- tokens: items,
- wIndex: indexs,
- isShow: this.enFhList.indexOf(items[2])==-1,
- marginRight: indexs===item.tokens.length-1,
- type:type,
- word_id:word_id
- }
- wordlist.push(obj)
- })
- resArr.wordsList.push(wordlist)
- resArr.timeList.push(articleInfo.art_sound_srt_data.sents[index])
- });
- this.resArr = resArr;
- },
- },
- //生命周期 - 创建完成(可以访问当前this实例)
- created() {
- this.handleData()
- },
- //生命周期 - 挂载完成(可以访问DOM元素)
- mounted() {
- let _this = this;
- $(window).resize(() => {
- _this.getScreenHeight();
- });
- _this.getScreenHeight();
- document.addEventListener("keyup", function (e) {
- if (_this.isKeyboard) {
- if (e.keyCode == 32) {
- //空格
- _this.$nextTick(() => {
- if (_this.$refs.audioLineSent) {
- _this.$refs.audioLineSent.PlayAudio();
- }
- });
- } else if (e.keyCode == 38) {
- _this.prevSentence();
- } else if (e.keyCode == 40) {
- _this.nextSentence();
- } else if (e.keyCode == 13) {
- _this.$nextTick(() => {
- _this.$refs.Soundrecorddiff.microphone();
- });
- }
- }
- });
- if (_this.NNPENewWordList) {
- _this.handleNewword();
- }
- _this.curSentIndex = _this.sentIndex;
- _this.getSentence();
- document.addEventListener("fullscreenchange", () => {
- let isFullscreen =
- document.fullscreenElement ||
- document.mozFullScreenElement ||
- document.webkitFullscreenElement ||
- document.fullScreen ||
- document.mozFullScreen ||
- document.webkitIsFullScreen;
- if (!isFullscreen) {
- _this.changeFullScreen();
- }
- });
- document.addEventListener("mozfullscreenchange", () => {
- let isFullscreen =
- document.fullscreenElement ||
- document.mozFullScreenElement ||
- document.webkitFullscreenElement ||
- document.fullScreen ||
- document.mozFullScreen ||
- document.webkitIsFullScreen;
- if (!isFullscreen) {
- _this.changeFullScreen();
- }
- });
- document.addEventListener("webkitfullscreenchange", () => {
- let isFullscreen =
- document.fullscreenElement ||
- document.mozFullScreenElement ||
- document.webkitFullscreenElement ||
- document.fullScreen ||
- document.mozFullScreen ||
- document.webkitIsFullScreen;
- if (!isFullscreen) {
- _this.changeFullScreen();
- }
- });
- document.addEventListener("msfullscreenchange", () => {
- let isFullscreen =
- document.fullscreenElement ||
- document.mozFullScreenElement ||
- document.webkitFullscreenElement ||
- document.fullScreen ||
- document.mozFullScreen ||
- document.webkitIsFullScreen;
- if (!isFullscreen) {
- _this.changeFullScreen();
- }
- });
- },
- beforeCreate() {}, //生命周期 - 创建之前
- beforeMount() {}, //生命周期 - 挂载之前
- beforeUpdate() {}, //生命周期 - 更新之前
- updated() {}, //生命周期 - 更新之后
- beforeDestroy() {}, //生命周期 - 销毁之前
- destroyed() {}, //生命周期 - 销毁完成
- activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
- };
- </script>
- <style lang='scss' scoped>
- //@import url(); 引入公共css类
- .voicefull {
- width: 100%;
- height: 100vh;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- .NNPE-wordDetail {
- position: fixed;
- z-index: 9999;
- top: 50%;
- margin-top: -196px;
- }
- &.bg1 {
- background: #fff;
- }
- &.bg2 {
- background: linear-gradient(180deg, #274533 0%, #13392E 100%);
- }
- &-top {
- height: 100%;
- width: 40px;
- position: fixed;
- top: 0;
- right: 27px;
- box-sizing: border-box;
- padding: 0;
- .voicefull-top-hidden {
- width: 100%;
- height: 310px;
- visibility: hidden;
- margin-top: -155px;
- top: 50%;
- position: absolute;
- >div{
- margin: 8px 0;
- }
- }
- .voicefull-top-show {
- width: 100%;
- height: 310px;
- visibility: visible;
- margin-top: -155px;
- position: absolute;
- top: 50%;
- >div{
- margin: 8px 0;
- }
- }
- .top-left {
- // display: flex;
- // justify-content: flex-start;
- align-items: center;
- }
- .select-bg {
- width: 40px;
- height: 80px;
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 40px;
- // display: flex;
- // justify-content: center;
- // align-items: center;
- box-sizing: border-box;
- text-align: center;
- &.select-bg-blue {
- background: #0E2B23;
- border: 1px solid rgba(0, 0, 0, 0.1);
- }
- > div {
- width: 28px;
- height: 28px;
- border-radius: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 8px 5px;
- &.bg-white-box {
- background: 0 0;
- margin-right: 4px;
- &.active {
- background: #3459D2;
- }
- }
- &.bg-green-box {
- background: #fff;
- &.active {
- background: #fff;
- }
- }
- > span {
- width: 24px;
- height: 24px;
- border-radius: 100%;
- box-sizing: border-box;
- cursor: pointer;
- &.bg-white {
- background: #fff;
- }
- &.bg-green {
- background: linear-gradient(180deg, #274533 0%, #13392E 100%);
- }
- }
- }
- }
- .el-icon-close{
- line-height: 24px;
- font-weight: bold;
- }
- .svg-icon{
- width: 40px;
- height: 40px;
- padding: 12px;
- }
- .set-fontSize {
- position: relative;
- border-radius: 40px;
- cursor: pointer;
- border: 1px solid rgba(0, 0, 0, 0.1);
- &-green {
- background: #0E2B23;
- border: 1px solid rgba(0, 0, 0, 0.1);
- color: #fff;
- }
- .font-size-box{
- position: absolute;
- top: 0;
- left: -160px;
- }
- }
- // .top-middle {
- .audio-box {
- width: 56px;
- height: 56px;
- background: #ffffff;
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- &-green {
- background: rgba(255, 255, 255, 0.1);
- border: 1px solid rgba(0, 0, 0, 0.1);
- }
- }
- // }
- }
- .op-btn {
- width: 40px;
- height: 40px;
- // padding: 12px;
- // font-size: 16px;
- border-radius: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- background: #ffffff;
- border: 1px solid rgba(0, 0, 0, 0.1);
- box-sizing: border-box;
- &-green {
- background: rgba(255, 255, 255, 0.1);
- border: 1px solid rgba(0, 0, 0, 0.1);
- color: #fff;
- }
- &.close-btn {
- position: fixed;
- top: 20px;
- right: 27px;
- }
- > span {
- &.close-icon {
- // background: url("../../../assets/icon/cross-24-normal-black.png")
- // no-repeat left top;
- // background-size: 100% 100%;
- // &-white {
- // background: url("../../../assets/icon/cross-24-normal-white.png")
- // no-repeat left top;
- // background-size: 100% 100%;
- // }
- }
- }
- }
- .repeat-icon {
- &.disabled {
- color: #929CA8;
- }
- &-yellow {
- color: #fff;
- }
- &.auto-icon {
- // color: #fff;
- &-yellow {
-
- }
- }
- }
- .coll-icon {
- &-yellow {
- color: #F2555A;
- &.disabled {
- color: #000;
- }
- }
- &-green{
- color: #F2555A;
- &.disabled {
- color: #fff;
- }
- }
- }
- &-content {
- flex: 1;
- width: 100%;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- .vc-main {
- width: fit-content;
- margin: 0 auto;
- padding: 0 67px;
- }
- .NNPE-words {
- float: left;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- &-box {
- float: left;
- > span {
- display: block;
- &.NNPE-chs {
- font-family: "FZJCGFKTK";
- font-size: 48px;
- line-height: 1.17;
- color: rgba(0, 0, 0, 0.85);
- &.bottom {
- padding-bottom: 16px;
- }
- .font-white {
- color: #fff;
- }
- .active {
- color: #de4444;
- &-yellow {
- color: #ffc600;
- }
- }
- }
- // &.padding {
- // padding-right: 6px;
- // }
- }
- }
- &.textLeft {
- text-align: left;
- }
- &.textCenter {
- text-align: center;
- }
- &.textRight {
- text-align: right;
- }
- > span {
- display: block;
- &.NNPE-chs {
- font-family: "FZJCGFKTK";
- font-size: 48px;
- line-height: 1.17;
- color: rgba(0, 0, 0, 0.85);
- &.bottom {
- padding-bottom: 16px;
- }
- .font-white {
- color: #fff;
- }
- .active {
- color: #de4444;
- &-yellow {
- color: #ffc600;
- }
- }
- .wordActive {
- color: #de4444;
- }
- .wordActive-blue {
- color: #ffc600;
- }
- }
- &.padding {
- padding-left: 3px;
- padding-right: 3px;
- }
- }
- }
- .nnpe-sentence-box{
- float: left;
- }
- .NNPE-words {
- float: left;
- padding: 0;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- &.noPadding{
- padding:0;
- }
- &.sentActive {
- background: rgba(24, 144, 255, 0.1);
- }
- &.overActive {
- background: rgba(0, 0, 0, 0.06);
- }
- &.textLeft {
- text-align: left;
- }
- &.textCenter {
- text-align: center;
- }
- > span {
- float: left;
- cursor: pointer;
- &.NNPE-chs {
- // font-size: 24px;
- font-family: 'Smartisan';
- line-height: 150%;
- color: #000000;
- padding: 0 5px;
- font-weight: 700;
- &.wordActive {
- color: #175DFF;
- }
- &.marginRight{
- padding-right: 0;
- }
- &.marginLeft{
- padding-left: 0;
- }
- &.marginSingleRight{
- padding-right: 3px;
- }
- &.word-green{
- color: #F7F8FA;
- &.wordActive {
- color: #FFCB47;
- }
- }
- &.wordActive-blue {
- color: #ffc600;
- }
- }
- &.padding {
- padding: 0 3px;
- cursor: pointer;
- }
- }
- }
- }
- &-bottom {
- height: 136px;
- width: 100%;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-right: 40px;
- .voicefull-bottom-show {
- height: 136px;
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- visibility: visible;
- }
- .voicefull-bottom-hidden {
- height: 136px;
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- // visibility: hidden;
- }
- .bottom-left {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- &-margin {
- margin-left: 40px;
- }
- .compare-box {
- height: 56px;
- padding: 16px 16px;
- box-sizing: border-box;
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 0 40px 40px 0;
- border-left: 0px solid rgba(0, 0, 0, 0.1);
- &-white {
- background: rgba(255, 255, 255, 0.1);
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-left: 0;
- }
- &-answer {
- border-radius: 40px;
- }
- }
- }
- .page-count {
- padding: 8px;
- font-size: 16px;
- line-height: 24px;
- font-family: "robot";
- color: #000000;
- min-width: 60px;
- box-sizing: border-box;
- border-radius: 8px;
- background: #fff;
- text-align: center;
- &-green {
- color: #ffffff;
- background: rgba(255, 255, 255, 0.2);
- }
- }
- }
- }
- .word-play-audio {
- position: absolute;
- left: -1000px;
- }
- </style>
- <style lang="scss">
- .font-size-box{
- width: 144px;
- .el-input-number{
- width: 100%;
- }
- .el-input-number__decrease{
- border-radius: 40px 0 0 40px;
- border-right-color: #DDD;
- }
- .el-input-number__increase{
- border-radius: 0 40px 40px 0;
- border-left-color: #DDD;
- }
- .el-input__inner{
- border-radius: 40px;
- border-color: #DDD;
- background: #fff;
- color: #000;
- font-weight: 700;
- }
- .el-input-number__decrease, .el-input-number__increase{
- background: #fff;
- color: #000;
- font-weight: 700;
- }
- &-green{
- .el-input-number__decrease{
- border-right-color: #235446;
- }
- .el-input-number__increase{
- border-left-color: #235446;
- }
- .el-input__inner{
- border-color: #265A4B;
- background: #13392E;
- color: #fff;
- }
- .el-input-number__decrease, .el-input-number__increase{
- background: #265A4B;
- color: #fff;
- }
- }
-
- }
- </style>
|