Explorar el Código

小学屏蔽自动升学按钮

natasha hace 4 semanas
padre
commit
c6db018892
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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] = {