lulihong 6 years ago
parent
commit
a553b94bc8

+ 14 - 14
html/home/html/xiaoxi.html

@ -43,13 +43,13 @@
				<div class="demo-comtop">
					<!--<h1>消 息</h1>-->
					<div class="div-group-btn">
						<div class="div-item active" data-type="1">
						<div class="div-item" data-type="1">
							<div class="div-image xiaoxi-img"></div>
							<span class="div-title">通知</span>
							<span class="div-red-dian f-dn"></span>
						</div>
						
						<div class="div-item" data-type="2">
						<div class="div-item active" data-type="2">
							<div class="div-image juming-img"></div>
							<span class="div-title">居民</span>
							<span class="div-red-dian f-dn"></span>
@ -96,24 +96,24 @@
				docInfo = JSON.parse(plus.storage.getItem("docInfo"));
				self = plus.webview.getWebviewById("xiaoxi.html");
				
				xiaoxipage_wv = plus.webview.create("xiaoxipage.html", "xiaoxipage.html", subStyles);
				self.append(xiaoxipage_wv);
				juming_wv = plus.webview.create("jumingim.html", "jumingim.html", subStyles);
				self.append(juming_wv);
				
				$(".div-group-btn").on("click",".div-item",function(){
					var type = $(this).attr("data-type");
					$(".div-group-btn .div-item").removeClass("active");
					$(this).addClass("active");
					if(type=="1"){//消息
						xiaoxipage_wv.show();
						mui.fire(xiaoxipage_wv,"refresh");
					}else if(type=="2"){//居民
					    juming_wv = plus.webview.getWebviewById('jumingim.html');
						if(juming_wv){
							mui.fire(juming_wv,"update");
							juming_wv.show();
					if(type=="2"){//居民
						juming_wv.show();
						mui.fire(juming_wv,"update");
					}else if(type=="1"){//消息
					    xiaoxipage_wv = plus.webview.getWebviewById('xiaoxipage.html');
						if(xiaoxipage_wv){
							mui.fire(xiaoxipage_wv,"refresh");
							xiaoxipage_wv.show();
						}else{
							juming_wv = plus.webview.create("jumingim.html", "jumingim.html", subStyles);
							self.append(juming_wv);
							xiaoxipage_wv = plus.webview.create("xiaoxipage.html", "xiaoxipage.html", subStyles);
							self.append(xiaoxipage_wv);
						}
					}else{//医生
					    yisheng_wv = plus.webview.getWebviewById('yishengim.html');

+ 0 - 11
html/huanzhe/html/huanzeziliao.html

@ -79,17 +79,6 @@
							{{/if}}
						</div>
					</div>
					<div class="n-list-key">
						{{if disease==1 && diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
						{{if disease==1 && diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
						{{if disease==1 && diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
					</div>
				</div>
			</div>
			<div class="c-5b5b5b ml15" style="line-height: 40px;">基本信息</div>

+ 0 - 21
html/huanzhe/html/huanzhe-by-type.html

@ -85,29 +85,8 @@
						{{else}}
						<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
						{{/if}}
						{{if value.deviceType && value.deviceType.indexOf("2") > -1}}
                        <img class="xueya-icon" src="../../../images/icon_xueyaji2.png"/>
                        {{else}}
                        <img class="xueya-icon" src="../../../images/icon_xueyaji_zhihui.png"/>
                        {{/if}}
                        {{if value.deviceType && value.deviceType.indexOf("1") > -1}}
                        <img class="xuetang-icon" src="../../../images/icon_xuetangyi2.png"/>
                        {{else}}
                        <img class="xuetang-icon" src="../../../images/icon_xuetangyi_zhihui.png"/>
                        {{/if}}
					</div>
				</div>
				<div class="c-t-right n-list-info mb-icon-flex">
					{{if value.disease==1 && value.diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
					{{if value.disease==1 && value.diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
					{{if value.disease==1 && value.diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
				</div>
			</li>
			{{/each}}
		</script>

+ 0 - 21
html/huanzhe/html/huanzhexinxi.html

@ -186,29 +186,8 @@
						{{else}}
						<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
						{{/if}}
						{{if deviceType && deviceType.indexOf("2") > -1}}
						<img class="xueya-icon" src="../../../images/icon_xueyaji2.png"/>
						{{else}}
						<img class="xueya-icon" src="../../../images/icon_xueyaji_zhihui.png"/>
						{{/if}}
						{{if deviceType && deviceType.indexOf("1") > -1}}
						<img class="xuetang-icon" src="../../../images/icon_xuetangyi2.png"/>
						{{else}}
						<img class="xuetang-icon" src="../../../images/icon_xuetangyi_zhihui.png"/>
						{{/if}}
					</div>
				</div>
				<div class="n-list-key">
					{{if disease==1 && diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
					{{if disease==1 && diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
					{{if disease==1 && diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
				</div>
				<div class="l-arrow-r-1"></div>
			</div>
		</script>

+ 2 - 2
html/hzzd/js/edit_guidance.js

@ -34,7 +34,7 @@ mui.plusReady(function(){
    $("#title").text(title);
    
    var action_text = "";
    if(reference != "home2"){
    if(reference != "home2" && reference != "zuyuanziliao"){
        var text = "是否将变更保存到原模板";
        if(is_sys || action == "add"){
            text = "是否保存为您的模板";
@ -227,7 +227,7 @@ function bindEvents(){
            content: $("textarea").val(),
            modelName: $("#temp_name").val()
        };
        if(reference != "home2"){
        if(reference != "home2"  && reference != "zuyuanziliao"){
            dialog({
                content: "发出后无法变更,是否确认发送给居民?",
                okValue: "继续发送",

+ 1 - 1
html/message/js/chatRoom.js

@ -1072,7 +1072,7 @@ $logOper.on('touchstart', '.zdmb', function(){
        content: "是否确认将内容添加到指导模板?",
        okValue: "立即添加",
        ok: function(){
    		openWebview('../../hzzd/html/edit_guidance.html',{action: "add",reference: 'mine', pageid:self.id, msg: imMsg});
    		openWebview('../../hzzd/html/edit_guidance.html',{action: "add",reference: 'zuyuanziliao', pageid:self.id, msg: imMsg});
        },
        cancelValue: "不了,谢谢",
        cancel: function(){}

File diff suppressed because it is too large
+ 12 - 12
html/tuandui/js/gongzuobaogao.js


+ 5 - 5
js/im.client.js

@ -1,5 +1,5 @@
// 服务器
var publish_version = true;
var publish_version = false;
/**
 * IM客户端SDK。此SDK可以连接开发、测试或生产环境,根据需要配置环境参数以连接到不同的服务器。
@ -34,10 +34,10 @@ if(publish_version){
    imServer = "http://58.22.123.195:3000/api/v2";
    socketUrl = "http://58.22.123.195:3000";
}else{
    imServer = "http://172.19.103.72:3000/api/v2";
    socketUrl = "http://172.19.103.72:3000";
//  imServer = "http://192.168.131.24:3000/api/v2";
//  socketUrl = "http://192.168.131.24:3000";
//  imServer = "http://172.19.103.72:3000/api/v2";
//  socketUrl = "http://172.19.103.72:3000";
    socketUrl = "http://192.168.131.24:3000";
    imServer = "http://192.168.131.24:3000/api/v2";
}

+ 1 - 1
js/im_new.js

@ -10,7 +10,7 @@ var servers = {
	dev: "http://27.154.233.186:3000",
    demo: "http://ehr.yihu.com",
    //prod: "http://120.41.253.95:3000"
    prod:"http://27.155.101.77:3000"
    prod:"http://192.168.131.24:3000"
};
// REST接口相对路径

+ 66 - 11
manifest.json

@ -7,7 +7,7 @@
	"id": "H55217805",
	"name": "城市i健康",
	"version": {
		"name": "1.0.1",
		"name": "1.0.4",
		"code": "13200"
	},
	"description": "",
@ -609,7 +609,8 @@
					"html/huanzhe/html/jiatingchengyuan.html",
					"html/suifang/html/suifang_list.html",
					"html/huanzhe/html/disease-label-edit.html",
					"html/huanzhe/html/jiankangtijian.html"
					"html/huanzhe/html/jiankangtijian.html",
					"html/jkjy/html/article-store.html"
				],
				"priority": 4
			},
@ -799,7 +800,8 @@
				],
				"priority": 6,
				"refer": [
					"html/tuandui/html/qianyuejumin.html"
					"html/tuandui/html/qianyuejumin.html",
					"html/message/html/p2p.html"
				]
			},
			"html/mine/html/gongzuozu.html": {
@ -1516,7 +1518,9 @@
					"html/xtfw/html/xietongfuwu-management.html",
					"html/mbgl/html/manbingguanli.html",
					"html/mine/html/manyidu.html",
					"html/qygl/html/follow_manage.html"
					"html/qygl/html/follow_manage.html",
					"html/jkjy/html/article-store.html",
					"html/hzzd/html/guidance_list.html"
				],
				"priority": 0
			},
@ -1761,7 +1765,8 @@
					"html/mine/html/zuyuanziliao.html",
					"html/search/html/zhuanyijumin.html",
					"html/message/html/tuanduiqunliao.html",
					"html/tuandui/html/gongzuobaogao.html"
					"html/tuandui/html/gongzuobaogao.html",
					"html/tuandui/html/searchdoctor.html"
				],
				"priority": 0
			},
@ -1871,7 +1876,9 @@
					"html/message/images/bofang_icon.png"
				],
				"refer": [
					"html/huanzhe/html/huanzhexinxi.html"
					"html/huanzhe/html/huanzhexinxi.html",
					"html/mine/html/zuyuanziliao.html",
					"html/hzzd/html/edit_guidance.html"
				],
				"priority": 0
			},
@ -2114,7 +2121,8 @@
				],
				"refer": [
					"html/huanzhe/html/searchhuanzhe.html",
					"html/huanzhe/html/huanzhexinxi.html"
					"html/huanzhe/html/huanzhexinxi.html",
					"html/huanzhe/html/biaoqianguanli.html"
				],
				"priority": 0
			},
@ -2420,7 +2428,9 @@
					"widget/mobiscroll/2.17.1/css/mobiscroll.css",
					"images/sousuo_icon.png"
				],
				"refer": [],
				"refer": [
					"html/message/html/p2p.html"
				],
				"priority": 0
			},
			"html/home/html/sousuoliaotianjilu.html": {
@ -3694,7 +3704,9 @@
					"common/cross/images/logo_dibu_img.png",
					"html/hzzd/images/delete_icon.png"
				],
				"refer": [],
				"refer": [
					"html/hzzd/html/preview_detail.html"
				],
				"priority": 0
			},
			"html/suifang/html/suifang_detail.html": {
@ -3803,7 +3815,8 @@
					"common/cross/css/ui.all.css"
				],
				"refer": [
					"html/hzzd/html/edit_guidance.html"
					"html/hzzd/html/edit_guidance.html",
					"html/hzzd/html/guidance_huanzhe.html"
				],
				"priority": 0
			},
@ -4779,7 +4792,8 @@
			"html/qygl/html/follow_manage.html": {
				"resources": [],
				"refer": [
					"html/qygl/html/guanzhuxinxi.html"
					"html/qygl/html/guanzhuxinxi.html",
					"html/error/html/error.html"
				],
				"priority": 0
			},
@ -4882,6 +4896,47 @@
				],
				"refer": [],
				"priority": 0
			},
			"html/tuandui/html/searchdoctor.html": {
				"resources": [],
				"refer": [
					"html/huanzhe/html/huanzhexinxi.html",
					"html/mine/html/zuyuanziliao.html"
				],
				"priority": 0
			},
			"html/jkjy/html/article-store.html": {
				"resources": [
					"html/jkjy/html/article-list.html"
				],
				"refer": [
					"html/jkjy/html/article-sent.html",
					"html/jkjy/html/search_article.html",
					"html/jkjy/html/my-store2.html"
				],
				"priority": 0
			},
			"html/jkjy/html/article-list.html": {
				"resources": [],
				"refer": [
					"html/jkjy/html/xuanzejumin_more.html",
					"html/jkjy/html/article-info.html"
				],
				"priority": 0
			},
			"html/jkjy/html/xuanzejumin_more.html": {
				"resources": [],
				"refer": [
					"html/error/html/error.html"
				],
				"priority": 0
			},
			"html/jkjy/html/article-sent.html": {
				"resources": [],
				"refer": [
					"html/jkjy/html/article-info.html"
				],
				"priority": 0
			}
		},
		"idle": {

+ 241 - 89
unpackage/.confirmed_dependencies

@ -5,7 +5,8 @@
			"js/mui.min.js",
			"css/mui.min.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"index.html": {
		"resources": [
@ -116,7 +117,8 @@
			"html/mine/html/gongzuoshezhi.html",
			"html/home/html/relogin.html",
			"html/mine/html/manyidu.html",
			"html/mine/html/erweima.html"
			"html/mine/html/erweima.html",
			"html/mine/html/homepage.html"
		]
	},
	"html/home/html/main.html": {
@ -385,7 +387,10 @@
			"html/mine/html/dailijiandang.html",
			"html/tuandui/html/gongzuobaogao.html",
			"html/xtfw/html/xietongfuwu-management.html",
			"html/mbgl/html/manbingguanli.html"
			"html/mbgl/html/manbingguanli.html",
			"html/qygl/html/follow_manage.html",
			"html/jkjy/html/article-store.html",
			"html/hzzd/html/guidance_list.html"
		]
	},
	"html/mine/html/dailiqianyue.html": {
@ -428,7 +433,8 @@
			"html/home/css/contacts.css",
			"html/home/js/base.js",
			"js/rtcsdk.js"
		]
		],
		"refer": []
	},
	"html/ggzx/html/gonggongzixun.html": {
		"resources": [
@ -487,7 +493,8 @@
			"html/js/common.js",
			"html/xiaoxi/images/checked_blue.png",
			"common/cross/images/logo_dibu_img.png",
			"html/prescription/html/xufangzixun.html"
			"html/prescription/html/xufangzixun.html",
			"html/zdzx/html/zhidingzixun.html"
		],
		"refer": [
			"html/ggzx/html/gonggongzixun.html",
@ -598,7 +605,8 @@
			"html/jkjl/html/health-record.html",
			"html/hzzd/html/guidance_list.html",
			"html/suifang/html/choose_suifang.html",
			"html/suifang/html/suifang_list.html"
			"html/suifang/html/suifang_list.html",
			"html/jkjy/html/article-store.html"
		]
	},
	"html/jkjy/html/my_store.html": {
@ -758,7 +766,8 @@
			"html/mine/html/zuyuanziliao.html",
			"html/tuandui/html/zyjm-layer.html",
			"html/search/html/zhuanyijumin.html",
			"html/tuandui/html/gongzuobaogao.html"
			"html/tuandui/html/gongzuobaogao.html",
			"html/tuandui/html/searchdoctor.html"
		]
	},
	"html/tuandui/html/search.html": {
@ -782,7 +791,8 @@
			"js/template.js",
			"js/im.client.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/article.html": {
		"resources": [
@ -822,12 +832,14 @@
			"js/common_http.js",
			"js/template.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/search_jumin.html": {
		"resources": [
			"html/jkjy/js/search_jumin.js"
		]
		],
		"refer": []
	},
	"html/jkjy/html/search_article.html": {
		"resources": [
@ -924,7 +936,8 @@
			"js/underscore.js",
			"js/es6-promise.js",
			"common/css/jy-style.css"
		]
		],
		"refer": []
	},
	"html/home/html/xiaoxipage.html": {
		"resources": [
@ -966,7 +979,8 @@
			"html/message/html/xitongxiaoxi.html",
			"html/prescription/html/xufangxiaoxi.html",
			"html/xtfw/html/xietongfuwu-message.html",
			"html/login/html/login.html"
			"html/login/html/login.html",
			"html/qygl/html/concern-message.html"
		]
	},
	"html/home/html/jumingim.html": {
@ -1249,7 +1263,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/huanzeziliao.html": {
		"resources": [
@ -1269,7 +1284,8 @@
			"js/template.js",
			"js/common_http.js",
			"html/huanzhe/js/huanzeziliao.js"
		]
		],
		"refer": []
	},
	"html/wdyy/html/huanzhe.html": {
		"resources": [
@ -1462,7 +1478,9 @@
			"html/message/images/youshanjiao_bg.png"
		],
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html"
			"html/huanzhe/html/huanzhexinxi.html",
			"html/mine/html/zuyuanziliao.html",
			"html/hzzd/html/edit_guidance.html"
		]
	},
	"html/wdyy/html/my-appointment.html": {
@ -1473,7 +1491,8 @@
			"html/wdyy/css/my-appointment.css",
			"js/security.js",
			"images/shujuweikong_img.png"
		]
		],
		"refer": []
	},
	"html/qygl/html/qianyuexiaoxi.html": {
		"resources": [
@ -1523,13 +1542,15 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/xinzengzhidao.html": {
		"resources": [
			"js/upload_preview.js",
			"html/hzzd/iconfont/iconfont.css"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/disease-label.html": {
		"resources": [
@ -1629,7 +1650,8 @@
		"resources": [
			"html/home/images/fanhui.png",
			"html/home/js/sousuoqianyuejumin.js"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/jianchajianyan.html": {
		"resources": [
@ -1722,7 +1744,8 @@
			"js/security.js",
			"html/mygl/js/faqizixun.js",
			"js/upload_preview.js"
		]
		],
		"refer": []
	},
	"html/mygl/html/zixun-xuanzeyisheng.html": {
		"resources": [
@ -1796,7 +1819,8 @@
			"js/jquery/2.1.3/jquery.js",
			"widget/mobiscroll/2.17.1/css/mobiscroll.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/message/html/p2dzixun.html": {
		"resources": [
@ -1910,12 +1934,14 @@
	"html/home/html/sousuosimpleliaotianjilu.html": {
		"resources": [
			"html/home/js/sousuosimpleliaotianjilu.js"
		]
		],
		"refer": []
	},
	"html/home/html/sousuosimpleliaotianjilu-ys.html": {
		"resources": [
			"html/home/js/sousuosimpleliaotianjilu-ys.js"
		]
		],
		"refer": []
	},
	"html/home/html/sousuojuminoryisheng.html": {
		"resources": [
@ -1983,18 +2009,21 @@
			"common/cross/css/cross.css",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/browser/html/browser.html": {
		"resources": [
			"common/images/close.png"
		]
		],
		"refer": []
	},
	"html/mine/html/clip_photo.html": {
		"resources": [
			"html/mine/images/fangda_icon.png",
			"html/mine/images/suoxiao_icon.png"
		]
		],
		"refer": []
	},
	"html/qzys/html/select_quanke.html": {
		"resources": [
@ -2042,7 +2071,8 @@
			"html/tuandui/css/tuandui.css",
			"common/iconfont/iconfont.css",
			"html/tuandui/css/tuanduishezhi.css"
		]
		],
		"refer": []
	},
	"html/wdyy/html/doctor-appointment.html": {
		"resources": [
@ -2079,7 +2109,8 @@
		"resources": [
			"html/wdyy/css/detail-appointment.css",
			"html/wdyy/js/detail-appointment.js"
		]
		],
		"refer": []
	},
	"html/mine/html/dailiqianyue-next.html": {
		"resources": [
@ -2120,7 +2151,8 @@
			"html/mine/css/yy-style.css",
			"common/cross/css/cross.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/guidance_list.html": {
		"resources": [
@ -2199,7 +2231,8 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"widget/mobiscroll/2.17.1/css/mobiscroll.css"
		]
		],
		"refer": []
	},
	"html/mine/html/modify.html": {
		"resources": [
@ -2209,7 +2242,8 @@
			"fonts/mui.ttf",
			"common/css/doc-style.css",
			"css/mui.min.css"
		]
		],
		"refer": []
	},
	"html/mine/html/zuyuanziliao.html": {
		"resources": [
@ -2219,7 +2253,8 @@
			"html/mine/images/woman.png"
		],
		"refer": [
			"html/tuandui/html/qianyuejumin.html"
			"html/tuandui/html/qianyuejumin.html",
			"html/message/html/p2p.html"
		]
	},
	"html/huanzhe/html/jiatingchengyuan.html": {
@ -2240,7 +2275,8 @@
			"js/mui.js",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/observer/html/district.html": {
		"resources": [
@ -2279,7 +2315,8 @@
	"html/ggzx/html/ggzx-zhuanxiehuida.html": {
		"resources": [
			"js/upload_preview.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/guidance_info.html": {
		"resources": [
@ -2294,7 +2331,8 @@
			"js/template.js",
			"js/common_http.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/kjhf/html/list.html": {
		"resources": [
@ -2543,7 +2581,8 @@
			"images/d-male.png",
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
			"widget/artDialog/6.0.5/css/ui-dialog.min.css"
		]
		],
		"refer": []
	},
	"html/home/html/fzxz-jumingim.html": {
		"resources": [
@ -2735,7 +2774,8 @@
			"html/huanzhe/images/img/i-doc-info.png",
			"html/huanzhe/images/img/i-pha-info.png",
			"html/huanzhe/template/0211.html"
		]
		],
		"refer": []
	},
	"html/mine/html/shenfenyanzheng.html": {
		"resources": [
@ -2831,7 +2871,8 @@
			"html/huanzhe/template/0121.html",
			"html/huanzhe/images/img/Rp.png",
			"html/huanzhe/template/0221.html"
		]
		],
		"refer": []
	},
	"html/xiaoxi/html/yichangjilu.html": {
		"resources": [
@ -2882,7 +2923,8 @@
			"html/huanzhe/images/jiankangqingkuang_icon.png",
			"html/huanzhe/images/jibingleixing_icon.png",
			"html/huanzhe/images/zidingyibiaoqian_icon.png"
		]
		],
		"refer": []
	},
	"html/jkjl/html/health-record.html": {
		"resources": [
@ -2953,7 +2995,8 @@
			"js/common_http.js",
			"html/huanzhe/css/search-bar.css",
			"html/huanzhe/images/weiqianyue_icon.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/jiankangtijianxiangqing.html": {
		"resources": [
@ -2963,14 +3006,16 @@
			"html/huanzhe/js/elastic-columns.js",
			"html/huanzhe/images/jiankangxiangqing_icon.png",
			"html/huanzhe/images/shou02_icon.png"
		]
		],
		"refer": []
	},
	"html/mine/html/about.html": {
		"resources": [
			"html/mine/images/about.png",
			"html/mine/css/about.css",
			"html/mine/images/settings/icon6.png"
		]
		],
		"refer": []
	},
	"html/mine/html/feedback.html": {
		"resources": [
@ -2994,7 +3039,8 @@
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
			"widget/artDialog/6.0.5/css/ui-dialog.min.css",
			"html/mine/images/delete_icon.png"
		]
		],
		"refer": []
	},
	"html/mine/html/clip_photo2.html": {
		"resources": [
@ -3011,7 +3057,8 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/edit_guidance.html": {
		"resources": [
@ -3034,6 +3081,9 @@
			"common/cross/css/ui.all.css",
			"html/hzzd/images/delete_icon.png",
			"common/cross/images/logo_dibu_img.png"
		],
		"refer": [
			"html/hzzd/html/preview_detail.html"
		]
	},
	"html/mine/html/account_back.html": {
@ -3057,7 +3107,8 @@
			"js/common_http.js",
			"html/mine/js/account_back.js",
			"html/mine/images/delete_icon.png"
		]
		],
		"refer": []
	},
	"html/message/html/xitongxiaoxi.html": {
		"resources": [
@ -3065,7 +3116,8 @@
			"html/message/css/xitongxiaoxi.css",
			"images/shujuweikong_img.png",
			"images/new_icon.png"
		]
		],
		"refer": []
	},
	"html/suifang/html/index.html": {
		"resources": [
@ -3180,23 +3232,27 @@
			"html/manager/images/jiaofeiqingk_icon.png",
			"html/manager/js/analysis2.js",
			"html/manager/images/fuwufenbu_icon.png"
		]
		],
		"refer": []
	},
	"html/manager/html/shaixuan.html": {
		"resources": [
			"js/es6-promise.js"
		]
		],
		"refer": []
	},
	"html/manager/html/tuigaiqian.html": {
		"resources": [
			"html/manager/js/tuigaiqian.js"
		]
		],
		"refer": []
	},
	"html/manager/html/lianglvfenxi-sheguan.html": {
		"resources": [
			"html/manager/images/gaoweirenqun.png",
			"html/manager/images/snashi_icon.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/fasongjilu.html": {
		"resources": [
@ -3211,7 +3267,8 @@
		"resources": [
			"html/jkjy/css/jiluxiangqing.css",
			"html/jkjy/js/jiluxiangqing.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/add_plan.html": {
		"resources": [
@ -3354,7 +3411,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/drugs.html": {
		"resources": [
@ -3394,7 +3452,8 @@
	},
	"html/hzzd/html/guidance_detail.html": {
		"refer": [
			"html/hzzd/html/edit_guidance.html"
			"html/hzzd/html/edit_guidance.html",
			"html/hzzd/html/guidance_huanzhe.html"
		],
		"resources": [
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
@ -3418,13 +3477,15 @@
			"html/suifang/css/edu_history.css",
			"fonts/mui.ttf",
			"html/suifang/images/checked_all.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/fuwutongji.html": {
		"resources": [
			"html/huanzhe/js/fuwutongji.js",
			"html/huanzhe/css/fuwutongji.css"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/searchhuanzhe2.html": {
		"resources": [
@ -3441,7 +3502,8 @@
			"js/iscroll-pull-up-down.js",
			"html/huanzhe/css/search-bar.css",
			"html/js/l-scroll.js"
		]
		],
		"refer": []
	},
	"html/jkjl/html/xuetang-view.html": {
		"resources": [
@ -3473,12 +3535,14 @@
			"widget/echarts/echarts.js",
			"js/common_http.js",
			"html/jkjl/images/icon_shijian.png"
		]
		],
		"refer": []
	},
	"html/jkjl/html/xueya-view.html": {
		"resources": [
			"html/jkjl/js/xueya-view.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/follow_way.html": {
		"resources": [
@ -3521,7 +3585,8 @@
		],
		"refer": [
			"html/huanzhe/html/searchhuanzhe.html",
			"html/huanzhe/html/huanzhexinxi.html"
			"html/huanzhe/html/huanzhexinxi.html",
			"html/huanzhe/html/biaoqianguanli.html"
		]
	},
	"html/suifang/html/edu_history.html": {
@ -3529,7 +3594,8 @@
			"html/suifang/js/edu_history.js",
			"html/suifang/css/edu_history.css",
			"html/suifang/images/checked_all.png"
		]
		],
		"refer": []
	},
	"html/survey/html/survey_list.html": {
		"resources": [
@ -3553,7 +3619,8 @@
	"html/survey/html/template_info.html": {
		"refer": [
			"html/survey/html/survey_detail.html"
		]
		],
		"resources": []
	},
	"html/survey/html/new_summary.html": {
		"resources": [
@ -3567,7 +3634,8 @@
	"html/survey/html/survey_detail.html": {
		"refer": [
			"html/survey/html/new_summary.html"
		]
		],
		"resources": []
	},
	"html/survey/html/preview.html": {
		"resources": [
@ -3580,12 +3648,14 @@
	"html/survey/html/choose_respondent.html": {
		"refer": [
			"html/survey/html/new_confirm.html"
		]
		],
		"resources": []
	},
	"html/survey/html/new_confirm.html": {
		"resources": [
			"html/survey/js/new_confirm.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/sys_guidance_list.html": {
		"resources": [
@ -3664,7 +3734,8 @@
			"widget/echarts/2.2.7/js/echarts-all.js",
			"html/manager/css/manager.css",
			"html/manager/css/animate.css"
		]
		],
		"refer": []
	},
	"html/manager/html/xuqiantongji.html": {
		"resources": [
@ -3719,7 +3790,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/iscroll-pull-up-down.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/manager/html/xq-shaixuan.html": {
		"resources": [
@ -3736,7 +3808,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/iscroll-pull-up-down.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/observer/html/search_doctor.html": {
		"resources": [
@ -3886,7 +3959,8 @@
			"js/es6-promise.js",
			"css/mui.min.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/suifang_list.html": {
		"resources": [
@ -3913,7 +3987,8 @@
			"html/huanzhe/css/base.css",
			"html/suifang/css/drugs.css",
			"html/suifang/images/RP_icon.png"
		]
		],
		"refer": []
	},
	"html/suifang/html/history_medication.html": {
		"resources": [
@ -3962,7 +4037,8 @@
			"images/sousuo_icon.png",
			"images/shujuweikong_img.png",
			"html/suifang/css/add-drug.css"
		]
		],
		"refer": []
	},
	"html/prescription/html/xufangguanli.html": {
		"resources": [
@ -4081,58 +4157,68 @@
			"common/cross/css/cross.css",
			"common/cross/images/logo_dibu_img.png",
			"html/suifang/images/backspace.png"
		]
		],
		"refer": []
	},
	"html/prescription/html/xufangxiaoxi.html": {
		"refer": [
			"html/message/html/xufangzixun.html",
			"html/error/html/error.html",
			"html/login/html/login.html"
		]
		],
		"resources": []
	},
	"html/message/html/wenjuan.html": {
		"refer": [
			"html/message/html/questionaires.html"
		]
		],
		"resources": []
	},
	"html/prescription/html/change-chufang2.html": {
		"refer": [
			"html/prescription/html/linchuangzhenduan.html"
		]
		],
		"resources": []
	},
	"html/mine/html/worktime.html": {
		"refer": [
			"html/mine/html/gongzuoshezhi.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-management.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-search.html",
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-search.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-detail.html": {
		"refer": [
			"html/wdyy/html/appointment-register.html",
			"html/xtfw/html/xietongfuwu-deal.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-yy.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-deal.html",
			"html/error/html/error.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-message.html": {
		"refer": [
			"html/error/html/error.html",
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/home/html/jianjiaotuisong.html": {
		"refer": [
@ -4140,55 +4226,121 @@
			"html/home/html/jianjiaotuisong-xiangqing.html",
			"html/home/html/tuisong_duixiang.html",
			"html/home/html/jianjiaotuisong-yituisong.html"
		]
		],
		"resources": []
	},
	"html/home/html/jianjiaotuisong-xiangqing.html": {
		"refer": [
			"html/home/html/tuisong_duixiang.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/manbingguanli.html": {
		"refer": [
			"html/mbgl/html/manbingjumin.html",
			"html/mbgl/html/yujingshezhi.html",
			"html/mbgl/html/jc-xuanzejumin.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/manbingjumin.html": {
		"refer": [
			"html/mbgl/html/juminsousuo.html",
			"html/huanzhe/html/huanzhexinxi.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/jc-xuanzefangan.html": {
		"refer": [
			"html/mbgl/html/jc-addxuetang.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/jc-xuanzejumin.html": {
		"refer": [
			"html/mbgl/html/jc-xuanzefangan.html"
		]
		],
		"resources": []
	},
	"html/tuandui/html/tuanduisuifangxiangqing.html": {
		"refer": [
			"html/tuandui/html/gerensuifangxiangqing.html"
		]
		],
		"resources": []
	},
	"html/tuandui/html/gongzuobaogao.html": {
		"refer": [
			"html/tuandui/html/tuanduisuifangxiangqing.html"
		]
		],
		"resources": []
	},
	"html/manager/html/prescription-analysis.html": {
		"refer": [
			"html/manager/html/prescription-shaixuan.html"
		]
		],
		"resources": []
	},
	"html/qygl/html/patient-manage.html": {
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html",
			"html/qygl/html/xieyishu.html"
		],
		"resources": []
	},
	"html/tuandui/html/searchdoctor.html": {
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html",
			"html/mine/html/zuyuanziliao.html"
		],
		"resources": []
	},
	"html/qygl/html/follow_manage.html": {
		"refer": [
			"html/qygl/html/guanzhuxinxi.html",
			"html/error/html/error.html"
		],
		"resources": []
	},
	"html/jkjy/html/article-store.html": {
		"resources": [
			"html/jkjy/html/article-list.html"
		],
		"refer": [
			"html/jkjy/html/article-list.html",
			"html/jkjy/html/article-sent.html",
			"html/jkjy/html/search_article.html",
			"html/jkjy/html/my-store2.html"
		]
	},
	"html/jkjy/html/article-list.html": {
		"refer": [
			"html/jkjy/html/xuanzejumin_more.html",
			"html/jkjy/html/article-info.html"
		]
	},
	"html/jkjy/html/xuanzejumin_more.html": {
		"refer": [
			"html/error/html/error.html"
		]
	},
	"html/huanzhe/html/biaoqianguanli.html": {
		"refer": [
			"html/huanzhe/html/tianjiabiaoqian.html"
		]
	},
	"html/huanzhe/html/tianjiabiaoqian.html": {
		"refer": [
			"html/huanzhe/html/bq-xinzengchengyuan.html"
		]
	},
	"html/jkjy/html/article-sent.html": {
		"refer": [
			"html/jkjy/html/article-info.html"
		]
	},
	"html/mine/html/homepage.html": {
		"refer": [
			"html/mine/html/edit_mobilephone.html"
		]
	}
}