mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<div class="newcote-content" v-if="notetab == 1">
|
||||
<div class="newcote-time" v-if="play_Time != 0">
|
||||
<img :src="`${webBaseUrl}/images/coteplay.png`" />
|
||||
{{formatSeconds(play_Time)}}
|
||||
<img :src="`${webBaseUrl}/images/cotedetel.png`" @click="timeDel()" />
|
||||
{{formatSeconds(play_Time)}}1
|
||||
<img :src="`${webBaseUrl}/images/cotedetel.png`" @click="play_Time = 0" />
|
||||
</div>
|
||||
<div class="newcote-text">
|
||||
<el-input type="textarea" :autofocus="true" :style="`min-height:${inputHeight}px`" placeholder="好记性不如烂笔头,记录些什么吧~"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<p class="gui-text">{{description}}</p>
|
||||
<!-- <el-button type="primary" class="btn-one" @click="goHome()">进入首页</el-button> -->
|
||||
<el-button type="primary" class="btn-one" @click="guideCollection = false">进入首页</el-button>
|
||||
<el-button type="primary" class="btn-one" @click="goHome()">进入首页</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
@@ -117,7 +117,8 @@
|
||||
this.$emit('close');
|
||||
},
|
||||
goHome() {
|
||||
this.$router.push('/index')
|
||||
this.guideCollection = false;
|
||||
this.$router.push('/index')
|
||||
},
|
||||
getlist() {
|
||||
apiGuide.list().then(res=>{
|
||||
|
||||
Reference in New Issue
Block a user