This commit is contained in:
daihh
2022-11-03 10:25:16 +08:00
6 changed files with 15 additions and 12 deletions

View File

@@ -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="好记性不如烂笔头,记录些什么吧~"

View File

@@ -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=>{