Browse Source

解决康复计划相关的bug

raolu 6 years ago
parent
commit
16426d58d1

+ 1 - 1
api/http-request.js

@ -49,7 +49,7 @@
    if(userAgent || baseInfo) {
        try {
            if(!userAgent){
            if(baseInfo){
                baseInfo = JSON.parse(baseInfo);
                window.localStorage.setItem(docAgentName, JSON.stringify(baseInfo.api_login_doctor));
                userAgent = {

+ 2 - 0
app/rehabilitation/html/service_item_content.html

@ -4,6 +4,7 @@
		<meta charset="UTF-8">
		<title>服务项目详情</title>
		<link rel="stylesheet" href="../../../css/bootstrap.min.css" />
		<link rel="stylesheet" type="text/css" href="../../../plugins/toastr/toastr.min.css"/>
	    <link rel="stylesheet" type="text/css" href="../../../css/style.min.css"/>
	    <link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
		<link rel="stylesheet" href="../css/service_item_content.css" />
@ -124,6 +125,7 @@
		<script type="text/javascript" src="../../../js/vue.js"></script>
		<script type="text/javascript" src="../../../js/jquery-2.2.4.js"></script>
		<script type="text/javascript" src="../../../api/http-request.js"></script>
		<script src="../../../plugins/toastr/toastr.min.js"></script>
		<script type="text/javascript" src="../../../api/rehabilitation-api.js"></script>
		<script src="../../../js/util.js" type="text/javascript" charset="utf-8"></script>
		<script type="text/javascript" src="../../../js/underscore.js"></script>

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

@ -246,7 +246,7 @@
			getContent: function(value,type) {
				var res=value;
				if(type==2 || type==9){
					res = "<img src='"+httpRequest.getImgUrl(res)+"'>";
					res = "<img src='"+httpRequest.getImgUrl(res)+"' width='100px'>";
				}else if(type==3){
					res = '【语音】';
				}else if(type==19){