Browse Source

修改核心指标静态信息类型

zhangxc 6 years ago
parent
commit
5b09301416
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/store/async-actions/pushMessage.js

+ 1 - 2
src/store/async-actions/pushMessage.js

@@ -115,9 +115,8 @@ export const getTipsDetails = () => {
 
         //弹窗显示
         const url ='/introduceInfo/getByQuestionId'
-        
         const params = {
-            type: 7,
+            type: state.diagnosticList.clickDiag.type,
             questionId: state.diagnosticList.clickDiag.id,
             position:2
         }