Browse Source

画刊学段

natasha 1 năm trước cách đây
mục cha
commit
8292277c18
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/bookStore/Subscribe.vue

+ 5 - 1
src/views/bookStore/Subscribe.vue

@@ -434,7 +434,11 @@ export default {
       sales: null,
       salesCn: "",
       isBuy: "false",
-      studyType: this.$route.query.studyType ? this.$route.query.studyType : 11,
+      studyType: this.$route.query.studyType
+        ? this.$route.query.studyType
+        : this.$route.query.type && this.$route.query.type === "huakan"
+        ? 1
+        : 11,
       studyTypeName: this.$route.query.studyTypeName
         ? decodeURIComponent(this.$route.query.studyTypeName)
         : "小学版",