|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
gotoDetail(courseId) {
|
|
|
- this.$router.push(`/main/course/${courseId}`);
|
|
|
+ this.$router.push({name:'play', params:{courseId}})
|
|
|
},
|
|
|
goPay(index) {
|
|
|
let item = this.list[index];
|
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
this.user = { nickname, token, uid };
|
|
|
this.loginOk = true
|
|
|
this.loginDialog = false
|
|
|
- }
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
},
|