Browse Source

uid获取问题处理

linehang 6 năm trước cách đây
mục cha
commit
71d26620c9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/jbsc/html/filter_type.html

+ 2 - 2
app/jbsc/html/filter_type.html

@ -214,8 +214,8 @@
			   		},
			   		getDoctorTeam:function(){
			   			var vm=this
			   			var wlyyAgentForDoc=JSON.parse(window.localStorage.getItem('wlyyAgentForDoc'));
			   			var uid=wlyyAgentForDoc && wlyyAgentForDoc.uid;
			   			var wlyyAgent=JSON.parse(window.localStorage.getItem('wlyyAgent'));
			   			var uid=wlyyAgent && wlyyAgent.uid;
			   			jbscAPI.getDoctorTeam(uid).then(function(res){
			    			if(res.status==200){
			    				vm.doctorList=res.data;