Jelajahi Sumber

画刊学段

natasha 1 tahun lalu
induk
melakukan
8292277c18
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 5 1
      src/views/bookStore/Subscribe.vue

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

@@ -434,7 +434,11 @@ export default {
       sales: null,
       sales: null,
       salesCn: "",
       salesCn: "",
       isBuy: "false",
       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
       studyTypeName: this.$route.query.studyTypeName
         ? decodeURIComponent(this.$route.query.studyTypeName)
         ? decodeURIComponent(this.$route.query.studyTypeName)
         : "小学版",
         : "小学版",