Преглед изворни кода

Merge branch 'optimize' of http://192.168.2.236:10080/zhouna/newICSS into optimize

liucf пре 6 година
родитељ
комит
1c0c5a33bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/store/async-actions/pushMessage.js

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

@@ -128,7 +128,7 @@ export const getConceptDetail = (item) => {
                         type: SET_CLICK_DIAG,
                         clickDiag: item
                     })
-                    if(item.type == '5' || item.type == '6') {
+                    if(item.type == '5' || item.type == '6' || item.type == '12') {
                         dispatch({
                             type: SET_TIPS,
                             tips: res.data.data,