Przeglądaj źródła

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

liucf 6 lat temu
rodzic
commit
1c0c5a33bf
1 zmienionych plików z 1 dodań i 1 usunięć
  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,