浏览代码

画刊学段

natasha 10 月之前
父节点
当前提交
8292277c18
共有 1 个文件被更改,包括 5 次插入1 次删除
  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)
         : "小学版",