提交 387c3341 authored 作者: zyx's avatar zyx

update

...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
window.localStorage.removeItem('quesSelectId' + this.sid + this.cid) window.localStorage.removeItem('quesSelectId' + this.sid + this.cid)
loading.close() loading.close()
setTimeout(() => { setTimeout(() => {
this.$router.push({ path: `/app/my-learn/course-detail/${this.sid}/${this.cid}` }) this.$router.push({ path: `/app/learn/course-detail/${this.sid}/${this.cid}` })
}, 2000) }, 2000)
} }
}).catch(e => { }).catch(e => {
...@@ -316,6 +316,7 @@ export default { ...@@ -316,6 +316,7 @@ export default {
.header { .header {
padding: 20px; padding: 20px;
background: #ffffff; background: #ffffff;
box-sizing: border-box;
.title { .title {
font-size: 30px; font-size: 30px;
text-align: center; text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论