mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 09:56:42 +08:00
Merge branch 'zcwy_0723_hotforum' into dev0515
This commit is contained in:
BIN
src/assets/images/hotforum/01.png
Normal file
BIN
src/assets/images/hotforum/01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 229 KiB |
BIN
src/assets/images/hotforum/02.png
Normal file
BIN
src/assets/images/hotforum/02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
BIN
src/assets/images/hotforum/03.png
Normal file
BIN
src/assets/images/hotforum/03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
@@ -6,7 +6,7 @@
|
||||
<span v-else style="margin:0 10px;">{{ currentPage }} / {{ pageCount }}</span>
|
||||
<el-button @click="nextPage('header')" :disabled="loadedRatio !== 1" icon="el-icon-arrow-right"></el-button>
|
||||
</div>
|
||||
<div class="pdf-box">
|
||||
<div class="pdf-box" style="max-height: 725px;">
|
||||
<transition name="progress">
|
||||
<el-progress v-if="showProgress" :percentage="Math.floor(loadedRatio * 100)" :text-inside="true" :show-text="false"></el-progress>
|
||||
</transition>
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
<el-dropdown placement="bottom" @command="handleCommand">
|
||||
<span class="el-dropdown-link" style="font-size:16px;cursor: pointer;" :style="{color:textColor}">专区</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="one">BOE系列公开课</el-dropdown-item>
|
||||
<el-dropdown-item command="zero">热点论坛</el-dropdown-item>
|
||||
<el-dropdown-item command="one" divided>BOE系列公开课</el-dropdown-item>
|
||||
<el-dropdown-item command="two" divided>Grow180</el-dropdown-item>
|
||||
<el-dropdown-item command="three" divided>管理者进阶</el-dropdown-item>
|
||||
<el-dropdown-item command="four" divided>U选小课堂</el-dropdown-item>
|
||||
@@ -331,6 +332,7 @@ export default {
|
||||
let urlPre = window.location.protocol + "//" + window.location.host;
|
||||
// process.env.VUE_APP_BOE_WEB_URL
|
||||
let obj = {
|
||||
zero: urlPre + "/pc/hotforum",
|
||||
one: urlPre + "/web/teacherLesson",
|
||||
two: urlPre + "/grow180/login",
|
||||
three: this.webBaseUrl + "/study/index?study=1",
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
data() {
|
||||
return {
|
||||
imgData:[
|
||||
{img:'1',url:'1265897142383042560'},
|
||||
{img:'2',url:'1265697724606210048'},
|
||||
{img:'3',url:''},
|
||||
{img:'01',url:'1265897142383042560'},
|
||||
{img:'02',url:'1265697724606210048'},
|
||||
{img:'03',url:''},
|
||||
{img:'4',url:''},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user