|
|
@@ -1240,7 +1240,7 @@ export default {
|
|
|
if (this.bookType === "huakan") {
|
|
|
this.orderList = this.orderList.slice(0, 6);
|
|
|
} else if (this.bookType === "baozhi") {
|
|
|
- if (this.studyType === 33) {
|
|
|
+ if (this.studyType === 33 || this.studyType === 11) {
|
|
|
this.orderList = this.orderList.slice(0, 6);
|
|
|
} else {
|
|
|
this.orderList[6] = {
|
|
|
@@ -1254,7 +1254,7 @@ export default {
|
|
|
if (this.bookType === "huakan") {
|
|
|
this.orderList = this.orderList.slice(0, 6);
|
|
|
} else if (this.bookType === "baozhi") {
|
|
|
- if (this.studyType === 33) {
|
|
|
+ if (this.studyType === 33 || this.studyType === 11) {
|
|
|
this.orderList = this.orderList.slice(0, 6);
|
|
|
} else {
|
|
|
this.orderList[6] = {
|