ソースを参照

医生发起视频聊天

lincl 6 年 前
コミット
b26901c85c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/rehabilitation/js/rehabilitation_management.js

+ 1 - 1
app/rehabilitation/js/rehabilitation_management.js

@ -546,7 +546,7 @@
			            	idcard: vm.planInfo.idcard
			            }).then(function(res1){
			            	layer.close(loading)
			            	if(res.status == 200){
			            	if(res1.status == 200){
			            		layer.msg("发起会话成功",{icon:6});
			            	} else{
			            		layer.msg("发起会话失败",{icon:5});