فهرست منبع

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,
                         type: SET_CLICK_DIAG,
                         clickDiag: item
                         clickDiag: item
                     })
                     })
-                    if(item.type == '5' || item.type == '6') {
+                    if(item.type == '5' || item.type == '6' || item.type == '12') {
                         dispatch({
                         dispatch({
                             type: SET_TIPS,
                             type: SET_TIPS,
                             tips: res.data.data,
                             tips: res.data.data,