@@ -534,10 +534,18 @@ function mapDispatchToProps(dispatch,store){
})
}
}else{
- console.log(result.msg);
+ if(+obj.type===2){
+ (!obj.hasCommon)&&dispatch(getCommSymptoms());
+ dispatch({
+ type:SETDROPSHOW,
+ data:obj
+ });
+ }else{
+ Notify.info(result.msg);
+ return;
+ }
//Notify.info("暂无推送");
// 接口请求失败,不往下执行显示下拉
- return
dispatch({