zhangyanfang il y a 6 ans
Parent
commit
c3e859cd7f
1 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 3 5
      app/rehabilitation/js/health_control.js

+ 3 - 5
app/rehabilitation/js/health_control.js

@ -192,15 +192,13 @@ layui.use('element', function () {
                        vm.docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'))
                        vm.doctorType= vm.docInfo.doctorType
                        if(vm.doctorType==1){
                        if(vm.doctorType!==1){
                            $(".neironglef>button").attr('disabled',"true")
                            $(".neironglef>button").addClass("falsebutton")
                            $(".neironglef>button").css("color","white")
                            }else{
                                $(".stopBtn").attr('disabled',"true")
                                $(".stopBtn").addClass("falsebutton")
                            $(".stopBtn").attr('disabled',"true")
                            $(".stopBtn").addClass("falsebutton")
                            }
                        
                      
                    } else {