Browse Source

健康文章跳转问题

zyz 6 years ago
parent
commit
35fccc5d15

+ 2 - 1
app/jbsc/component/canvas-progress.js

@ -80,7 +80,8 @@ Vue.component('canvas-progress', {
		
	},watch:{
		progress:function(nval,oval){
			nval!==0 && (this.speed=oval);
			nval!=0 && (this.speed=oval);
			nval==0 && (this.speed=0);
			this.drawMain(this.canvas, nval, "#12b7f5", "#bec8d2");
		}
	}

+ 1 - 1
app/jbsc/html/view_screening_results.html

@ -226,7 +226,7 @@
							closeBtn: 1,
							shift: 5,
							shadeClose: false, //点击遮罩关闭层
							content: "../../article/html/article.html?code="+data.patientCode
							content: "../../article/html/article.html?code="+this.userInfo.code
						});
				  	},
				  	jkzg:function(){