소스 검색

画刊学段

natasha 1 년 전
부모
커밋
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)
         : "小学版",