Browse Source

提示语修改2914

zhouna 5 years atrás
parent
commit
d382a3b722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/async-actions/patInfo.js

+ 1 - 1
src/store/async-actions/patInfo.js

@@ -205,7 +205,7 @@ export async function getPatientMessage(dispatch, getState){
     dispatch({type:SHOW_LOADING,flag:false});
   }else{
     dispatch({type:MODI_LOADING,flag:false});
-    dispatch({type:SHOW_LOADING,flag:true,text:"未获取到医生id",lType:'warning'});
+    dispatch({type:SHOW_LOADING,flag:true,text:"获取医生信息失败",lType:'warning'});
     return;
   }
   getAdminCheckout(data1.doctorId,data1.hospitalId,dispatch);