@@ -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,