Browse Source

画刊学段

natasha 10 months ago
parent
commit
8292277c18
1 changed files with 5 additions and 1 deletions
  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)
         : "小学版",