Просмотр исходного кода

小学屏蔽自动升学按钮

natasha 4 недель назад
Родитель
Сommit
c6db018892
1 измененных файлов с 2 добавлено и 2 удалено
  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] = {