|
@@ -54,7 +54,11 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="autorBox"
|
|
|
- v-if="anliBox[0].info && anliBox[0].info.autor && anliBox[0].info.autor.length"
|
|
|
+ v-if="
|
|
|
+ anliBox[0].info &&
|
|
|
+ anliBox[0].info.autor &&
|
|
|
+ anliBox[0].info.autor.length
|
|
|
+ "
|
|
|
>
|
|
|
<div>联系人:</div>
|
|
|
<div v-for="(a, aIndex) in anliBox[0].info.autor" :key="aIndex">
|
|
@@ -77,6 +81,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div v-if="anliBox[0].info && anliBox[0].info.typeOtherName != ''">
|
|
|
+ 课时:{{ anliBox[0].info.typeOtherName }}小时
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<el-button
|
|
|
@click="goTo('/eventCenter?steps=' + '2')"
|
|
@@ -1592,153 +1599,152 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- class="proOverCss"
|
|
|
- v-if="
|
|
|
- (jd.driQuestion.imgBox.length > 0 &&
|
|
|
- jd.driQuestion.imgBox[0].type == 3) ||
|
|
|
- jd.driQuestion.data.length
|
|
|
- "
|
|
|
- style="margin: 0"
|
|
|
- >
|
|
|
- <div class="whiteBg whiteLeft">
|
|
|
- <div class="navBgTop">
|
|
|
- <div class="jdLeftNav">
|
|
|
- <div class="jdImg">
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div class="jdLeftTitle">
|
|
|
- <div>教学内容</div>
|
|
|
- </div>
|
|
|
+ <div
|
|
|
+ class="proOverCss"
|
|
|
+ v-if="
|
|
|
+ (jd.driQuestion.imgBox.length > 0 &&
|
|
|
+ jd.driQuestion.imgBox[0].type == 3) ||
|
|
|
+ jd.driQuestion.data.length
|
|
|
+ "
|
|
|
+ style="margin: 0"
|
|
|
+ >
|
|
|
+ <div class="whiteBg whiteLeft">
|
|
|
+ <div class="navBgTop">
|
|
|
+ <div class="jdLeftNav">
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>教学内容</div>
|
|
|
</div>
|
|
|
- <el-button
|
|
|
- v-if="selectHeight('poAObj' + jdIndex)"
|
|
|
- @click="selectNav(jd.driQuestion.brief)"
|
|
|
- >查看更多</el-button
|
|
|
- >
|
|
|
</div>
|
|
|
- <div
|
|
|
- v-if="
|
|
|
- jd.driQuestion.brief != '' ||
|
|
|
- jd.driQuestion.imgBox.length > 0
|
|
|
- "
|
|
|
- class="imgAndNav"
|
|
|
+ <el-button
|
|
|
+ v-if="selectHeight('poAObj' + jdIndex)"
|
|
|
+ @click="selectNav(jd.driQuestion.brief)"
|
|
|
+ >查看更多</el-button
|
|
|
>
|
|
|
- <div
|
|
|
- class="proOverNav"
|
|
|
- v-html="jd.driQuestion ? jd.driQuestion.brief : ''"
|
|
|
- :id="'poAObj' + jdIndex"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="noFile" v-else>
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ v-if="
|
|
|
+ jd.driQuestion.brief != '' ||
|
|
|
+ jd.driQuestion.imgBox.length > 0
|
|
|
+ "
|
|
|
+ class="imgAndNav"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ class="proOverNav"
|
|
|
+ v-html="jd.driQuestion ? jd.driQuestion.brief : ''"
|
|
|
+ :id="'poAObj' + jdIndex"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div class="noFile" v-else>
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
- <div
|
|
|
- class="proOverCss"
|
|
|
- v-if="
|
|
|
- jd.tarDesign.brief != '' ||
|
|
|
- jd.tarDesign.imgBox.length > 0 ||
|
|
|
- jd.tarDesign.data.length
|
|
|
- "
|
|
|
- >
|
|
|
- <div class="whiteBg whiteLeft">
|
|
|
- <div class="navBgTop">
|
|
|
- <div class="jdLeftNav">
|
|
|
- <div class="jdImg">
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div class="jdLeftTitle">
|
|
|
- <div>实施要求</div>
|
|
|
- </div>
|
|
|
+ <div
|
|
|
+ class="proOverCss"
|
|
|
+ v-if="
|
|
|
+ jd.tarDesign.brief != '' ||
|
|
|
+ jd.tarDesign.imgBox.length > 0 ||
|
|
|
+ jd.tarDesign.data.length
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div class="whiteBg whiteLeft">
|
|
|
+ <div class="navBgTop">
|
|
|
+ <div class="jdLeftNav">
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>实施要求</div>
|
|
|
</div>
|
|
|
- <el-button
|
|
|
- v-if="selectHeight('poACon' + jdIndex)"
|
|
|
- @click="selectNav(jd.tarDesign.brief)"
|
|
|
- >查看更多</el-button
|
|
|
- >
|
|
|
</div>
|
|
|
- <div
|
|
|
- v-if="
|
|
|
- jd.tarDesign.brief != '' ||
|
|
|
- jd.tarDesign.imgBox.length > 0
|
|
|
- "
|
|
|
- class="imgAndNav"
|
|
|
+ <el-button
|
|
|
+ v-if="selectHeight('poACon' + jdIndex)"
|
|
|
+ @click="selectNav(jd.tarDesign.brief)"
|
|
|
+ >查看更多</el-button
|
|
|
>
|
|
|
- <div
|
|
|
- class="proOverNav"
|
|
|
- v-html="jd.tarDesign ? jd.tarDesign.brief : ''"
|
|
|
- :id="'poACon' + jdIndex"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="noFile" v-else>
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ v-if="
|
|
|
+ jd.tarDesign.brief != '' || jd.tarDesign.imgBox.length > 0
|
|
|
+ "
|
|
|
+ class="imgAndNav"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ class="proOverNav"
|
|
|
+ v-html="jd.tarDesign ? jd.tarDesign.brief : ''"
|
|
|
+ :id="'poACon' + jdIndex"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div class="noFile" v-else>
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
- <div
|
|
|
- class="proOverCss"
|
|
|
- v-if="
|
|
|
- jd.actiDesign.brief != '' ||
|
|
|
- jd.actiDesign.imgBox.length > 0 ||
|
|
|
- jd.actiDesign.data.length
|
|
|
- "
|
|
|
- >
|
|
|
- <div class="whiteBg whiteLeft">
|
|
|
- <div class="navBgTop">
|
|
|
- <div class="jdLeftNav">
|
|
|
- <div class="jdImg">
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div class="jdLeftTitle">
|
|
|
- <div>设计意图</div>
|
|
|
- </div>
|
|
|
+ <div
|
|
|
+ class="proOverCss"
|
|
|
+ v-if="
|
|
|
+ jd.actiDesign.brief != '' ||
|
|
|
+ jd.actiDesign.imgBox.length > 0 ||
|
|
|
+ jd.actiDesign.data.length
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div class="whiteBg whiteLeft">
|
|
|
+ <div class="navBgTop">
|
|
|
+ <div class="jdLeftNav">
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>设计意图</div>
|
|
|
</div>
|
|
|
- <el-button
|
|
|
- v-if="selectHeight('poExp' + jdIndex)"
|
|
|
- @click="selectNav(jd.actiDesign.brief)"
|
|
|
- >查看更多</el-button
|
|
|
- >
|
|
|
</div>
|
|
|
- <div
|
|
|
- v-if="
|
|
|
- jd.actiDesign.brief != '' ||
|
|
|
- jd.actiDesign.imgBox.length > 0
|
|
|
- "
|
|
|
- class="imgAndNav"
|
|
|
+ <el-button
|
|
|
+ v-if="selectHeight('poExp' + jdIndex)"
|
|
|
+ @click="selectNav(jd.actiDesign.brief)"
|
|
|
+ >查看更多</el-button
|
|
|
>
|
|
|
- <div
|
|
|
- class="proOverNav"
|
|
|
- v-html="jd.actiDesign ? jd.actiDesign.brief : ''"
|
|
|
- :id="'poExp' + jdIndex"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="noFile" v-else>
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ v-if="
|
|
|
+ jd.actiDesign.brief != '' ||
|
|
|
+ jd.actiDesign.imgBox.length > 0
|
|
|
+ "
|
|
|
+ class="imgAndNav"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ class="proOverNav"
|
|
|
+ v-html="jd.actiDesign ? jd.actiDesign.brief : ''"
|
|
|
+ :id="'poExp' + jdIndex"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div class="noFile" v-else>
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -1897,7 +1903,7 @@
|
|
|
lookFile2(
|
|
|
f.url,
|
|
|
f.type,
|
|
|
- 4,
|
|
|
+ 7,
|
|
|
jdIndex,
|
|
|
fIndex
|
|
|
)
|
|
@@ -2022,7 +2028,11 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.excData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.excData.url"
|
|
|
- style="width: 100%; height: 800px !important; overflow: auto"
|
|
|
+ style="
|
|
|
+ width: 100%;
|
|
|
+ height: 800px !important;
|
|
|
+ overflow: auto;
|
|
|
+ "
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
<vword
|
|
@@ -2090,7 +2100,7 @@
|
|
|
pptImgUrl1.excData[fIndex].id,
|
|
|
}"
|
|
|
@click="
|
|
|
- lookFile2(f.url, f.type, 5, '', fIndex)
|
|
|
+ lookFile2(f.url, f.type, 8, '', fIndex)
|
|
|
"
|
|
|
>
|
|
|
{{ f.name }}
|
|
@@ -2211,7 +2221,11 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.effData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.effData.url"
|
|
|
- style="width: 100%; height: 800px !important; overflow: auto"
|
|
|
+ style="
|
|
|
+ width: 100%;
|
|
|
+ height: 800px !important;
|
|
|
+ overflow: auto;
|
|
|
+ "
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
<vword
|
|
@@ -2279,7 +2293,7 @@
|
|
|
pptImgUrl1.effData[fIndex].id,
|
|
|
}"
|
|
|
@click="
|
|
|
- lookFile2(f.url, f.type, 6, '', fIndex)
|
|
|
+ lookFile2(f.url, f.type, 9, '', fIndex)
|
|
|
"
|
|
|
>
|
|
|
{{ f.name }}
|
|
@@ -2419,8 +2433,10 @@
|
|
|
</div>
|
|
|
<div class="anliBrief">
|
|
|
<div>案例简介</div>
|
|
|
- <div style="width: 650px; max-height: 150px; overflow: auto" v-html="s.detail">
|
|
|
- </div>
|
|
|
+ <div
|
|
|
+ style="width: 650px; max-height: 150px; overflow: auto"
|
|
|
+ v-html="s.detail"
|
|
|
+ ></div>
|
|
|
</div>
|
|
|
<div class="anliScore">
|
|
|
<div>请选择评分</div>
|
|
@@ -2502,12 +2518,7 @@ export default {
|
|
|
refType: "",
|
|
|
noteType: "",
|
|
|
},
|
|
|
- proType: {
|
|
|
- data: "",
|
|
|
- driData: "",
|
|
|
- tarData: "",
|
|
|
- actData: "",
|
|
|
- },
|
|
|
+ proType: "",
|
|
|
excType: "",
|
|
|
effType: "",
|
|
|
},
|
|
@@ -3233,92 +3244,88 @@ export default {
|
|
|
this.pptImgUrl2.overData.noteData.playerO.sources[0].src = u;
|
|
|
}
|
|
|
this.pptImgUrl1.fileType.overType.noteType = j + 1;
|
|
|
+ } else if (type == 7) {
|
|
|
+ if (
|
|
|
+ b.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.proData[i].showType = 2;
|
|
|
+ this.pptImgUrl2.proData[i].url =
|
|
|
+ "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
|
|
|
+ } else if (
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.proData[i].showType = 1;
|
|
|
+ this.pptImgUrl2.proData[i].url = u;
|
|
|
+ } else if (
|
|
|
+ c.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.proData[i].showType = 4;
|
|
|
+ this.pptImgUrl2.proData[i].url = u;
|
|
|
+ } else {
|
|
|
+ this.pptImgUrl2.proData[i].showType = 3;
|
|
|
+ this.pptImgUrl2.proData[i].playerO = d;
|
|
|
+ this.pptImgUrl2.proData[i].playerO.sources[0].src = u;
|
|
|
+ }
|
|
|
+ this.pptImgUrl1.fileType.proType = j + 1;
|
|
|
+ } else if (type == 8) {
|
|
|
+ if (
|
|
|
+ b.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.excData.showType = 2;
|
|
|
+ this.pptImgUrl2.excData.url =
|
|
|
+ "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
|
|
|
+ } else if (
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.excData.showType = 1;
|
|
|
+ this.pptImgUrl2.excData.url = u;
|
|
|
+ } else if (
|
|
|
+ c.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.excData.showType = 4;
|
|
|
+ this.pptImgUrl2.excData.url = u;
|
|
|
+ } else {
|
|
|
+ this.pptImgUrl2.excData.showType = 3;
|
|
|
+ this.pptImgUrl2.excData.playerO = d;
|
|
|
+ this.pptImgUrl2.excData.playerO.sources[0].src = u;
|
|
|
+ }
|
|
|
+ this.pptImgUrl1.fileType.excType = j + 1;
|
|
|
+ } else if (type == 9) {
|
|
|
+ if (
|
|
|
+ b.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.effData.showType = 2;
|
|
|
+ this.pptImgUrl2.effData.url =
|
|
|
+ "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
|
|
|
+ } else if (
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.effData.showType = 1;
|
|
|
+ this.pptImgUrl2.effData.url = u;
|
|
|
+ } else if (
|
|
|
+ c.indexOf(
|
|
|
+ u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
+ ) != -1
|
|
|
+ ) {
|
|
|
+ this.pptImgUrl2.effData.showType = 4;
|
|
|
+ this.pptImgUrl2.effData.url = u;
|
|
|
+ } else {
|
|
|
+ this.pptImgUrl2.effData.showType = 3;
|
|
|
+ this.pptImgUrl2.effData.playerO = d;
|
|
|
+ this.pptImgUrl2.effData.playerO.sources[0].src = u;
|
|
|
+ }
|
|
|
+ this.pptImgUrl1.fileType.effType = j + 1;
|
|
|
}
|
|
|
- // } else if (type == 4) {
|
|
|
- // if (
|
|
|
- // b.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.proData[i].showType = 2;
|
|
|
- // this.pptImgUrl2.proData[i].url =
|
|
|
- // "https://view.officeapps.live.com/op/view.aspx?src=" +
|
|
|
- // encodeURIComponent(u);
|
|
|
- // } else if (
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.proData[i].showType = 1;
|
|
|
- // this.pptImgUrl2.proData[i].url = u;
|
|
|
- // } else if (
|
|
|
- // c.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.proData[i].showType = 4;
|
|
|
- // this.pptImgUrl2.proData[i].url = u;
|
|
|
- // } else {
|
|
|
- // this.pptImgUrl2.proData[i].showType = 3;
|
|
|
- // this.pptImgUrl2.proData[i].playerO = d;
|
|
|
- // this.pptImgUrl2.proData[i].playerO.sources[0].src = u;
|
|
|
- // }
|
|
|
- // this.pptImgUrl1.fileType.proType = j + 1;
|
|
|
- // } else if (type == 5) {
|
|
|
- // if (
|
|
|
- // b.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.excData.showType = 2;
|
|
|
- // this.pptImgUrl2.excData.url =
|
|
|
- // "https://view.officeapps.live.com/op/view.aspx?src=" +
|
|
|
- // encodeURIComponent(u);
|
|
|
- // } else if (
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.excData.showType = 1;
|
|
|
- // this.pptImgUrl2.excData.url = u;
|
|
|
- // } else if (
|
|
|
- // c.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.excData.showType = 4;
|
|
|
- // this.pptImgUrl2.excData.url = u;
|
|
|
- // } else {
|
|
|
- // this.pptImgUrl2.excData.showType = 3;
|
|
|
- // this.pptImgUrl2.excData.playerO = d;
|
|
|
- // this.pptImgUrl2.excData.playerO.sources[0].src = u;
|
|
|
- // }
|
|
|
- // this.pptImgUrl1.fileType.excType = j + 1;
|
|
|
- // } else if (type == 6) {
|
|
|
- // if (
|
|
|
- // b.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.effData.showType = 2;
|
|
|
- // this.pptImgUrl2.effData.url =
|
|
|
- // "https://view.officeapps.live.com/op/view.aspx?src=" +
|
|
|
- // encodeURIComponent(u);
|
|
|
- // } else if (
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.effData.showType = 1;
|
|
|
- // this.pptImgUrl2.effData.url = u;
|
|
|
- // } else if (
|
|
|
- // c.indexOf(
|
|
|
- // u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
|
|
|
- // ) != -1
|
|
|
- // ) {
|
|
|
- // this.pptImgUrl2.effData.showType = 4;
|
|
|
- // this.pptImgUrl2.effData.url = u;
|
|
|
- // } else {
|
|
|
- // this.pptImgUrl2.effData.showType = 3;
|
|
|
- // this.pptImgUrl2.effData.playerO = d;
|
|
|
- // this.pptImgUrl2.effData.playerO.sources[0].src = u;
|
|
|
- // }
|
|
|
- // this.pptImgUrl1.fileType.effType = j + 1;
|
|
|
- // }
|
|
|
},
|
|
|
lookFile() {
|
|
|
var a = this.pptImgUrl1;
|
|
@@ -4605,6 +4612,7 @@ body {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: flex-end;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
.autorBox {
|
|
|
display: flex;
|