Quellcode durchsuchen

小学屏蔽自动升学按钮

natasha vor 4 Wochen
Ursprung
Commit
c6db018892
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/bookStore/Subscribe.vue

+ 2 - 2
src/views/bookStore/Subscribe.vue

@@ -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] = {