natasha 10 månader sedan
förälder
incheckning
8292277c18
1 ändrade filer med 5 tillägg och 1 borttagningar
  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)
         : "小学版",