|
@@ -469,7 +469,8 @@ export default {
|
|
getPurchase() {
|
|
getPurchase() {
|
|
if (this.bookIsBuy == "true") {
|
|
if (this.bookIsBuy == "true") {
|
|
this.$router.push(
|
|
this.$router.push(
|
|
- "/courseview?bookId=" + this.TextBookId + "&showCourse=true"
|
|
|
|
|
|
+ "/courseview?bookId=" + this.TextBookId + "&showCourse=true&invok_module=" +
|
|
|
|
+ this.$route.query.invok_module
|
|
);
|
|
);
|
|
} else {
|
|
} else {
|
|
this.NopymentShow = true;
|
|
this.NopymentShow = true;
|