Ver código fonte

修改没有提示信息时弹窗显示时间

zhangxc 5 anos atrás
pai
commit
2f1025cd6b
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/store/async-actions/pushMessage.js

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

@@ -183,7 +183,7 @@ export const getConceptDetail = (item,noTips,noDetails,noNotify) => {
                 }
             } else {
               if(!noNotify) {
-                Notify.info('提示信息未维护',0)
+                Notify.info('提示信息未维护')
               }
             }
             
@@ -214,7 +214,7 @@ export const getAllConceptDetail = (item) => {
                   type: SHOW_TIPS_DETAILS
                 })
               }else{
-                Notify.info('提示信息未维护',0);
+                Notify.info('提示信息未维护');
               }
               dispatch({
                 type: SET_TIPS_DETAILS,
@@ -222,7 +222,7 @@ export const getAllConceptDetail = (item) => {
                 showAllName: item.showName
               })
             } else {
-                Notify.info('提示信息未维护',0);
+                Notify.info('提示信息未维护');
             }
                
         }).catch((e) => {