Browse Source

修改测试bug

lulihong 6 năm trước cách đây
mục cha
commit
d6db7f9663

+ 1 - 1
js/api/http-request.js

@ -1,5 +1,5 @@
(function(exports) {
	var publish_version = true;
	var publish_version = false;
	var server;
	var agentName = "useragent"
	var userInfo = "userInfoForPay"

+ 1 - 1
page/bigData/component/death-cause.js

@ -37,7 +37,7 @@
			data:function(data){
				if(data){
					this.newData = data.successFlg?data.obj.viewInfos&&JSON.parse(data.obj.viewInfos[0].options[0].option):{};
					if(this.newData.series&&this.newData.series[0].data){
					if(this.newData.series&&this.newData.series[0].data&&this.newData.series[0].data.length>0){
						this.hasData = true;
						this.initData();
					}else{

+ 7 - 4
page/bigData/component/disease-crowd.js

@ -228,12 +228,15 @@
				if(type==0){
					url += '/page/bigData/html/alert1.html';
				}else if(type==1){
					url = '/page/bigData/html/alert2.html';
					url += '/page/bigData/html/alert2.html';
				}else if(type==2){
					url = '/page/bigData/html/alert3.html';
					url += '/page/bigData/html/alert3.html';
				}else if(type==3){
					url = '/page/bigData/html/alert4.html';
					url += '/page/bigData/html/alert4.html';
				}
				var width = (0.7604 * window.screen.width) + 'px';
				var height = (0.41875 * window.screen.width) + 'px';
				var hei
				top.layer.open({
					id: 'LAY_layuipro', //设定一个id,防止重复弹出
				    type: 2,
@ -241,7 +244,7 @@
				    closeBtn: 0,
				    shade: 0.5,
				    shadeClose: true,
				    area:  ['7.604rem', '4.1875rem'],
				    area:  [width, height],
				    content: url
				});
			}

+ 1 - 1
page/bigData/component/key-service-population.js

@ -38,7 +38,7 @@
		watch:{
			data:function(newData){
				this.data = newData;
				if(this.data && this.data.length>0){
				if(this.data && JSON.parse(this.data[0].obj.viewInfos[0].options[0].option).series[0].data){
					this.monthData = this.data[0].successFlg?this.data[0].obj.viewInfos&&JSON.parse(this.data[0].obj.viewInfos[0].options[0].option):{};
					this.yearData = this.data[1].successFlg?this.data[1].obj.viewInfos&&JSON.parse(this.data[1].obj.viewInfos[0].options[0].option):{};
					this.initData();

+ 1 - 1
page/bigData/css/medical.css

@ -172,7 +172,7 @@ th {
}
td img {
	margin-right: .026042rem;
	/*margin-right: .026042rem;*/
	width: 12px;
}