提交 63759efa authored 作者: 王鹏飞's avatar 王鹏飞

fix: 修复已学课程小程序跳转错误的问题

上级 71e96e09
......@@ -21,6 +21,11 @@ export default {
list: []
}
},
computed: {
isWeapp() {
return this.$store.state.isWeapp
}
},
filters: {
progressText(value) {
value = parseInt(value)
......
......@@ -24,6 +24,11 @@ export default {
list: []
}
},
computed: {
isWeapp() {
return this.$store.state.isWeapp
}
},
filters: {
progressText(value) {
value = parseInt(value)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论