|  | @ -41,7 +41,7 @@ var iscrollState='';//判断滑动方向
 | 
	
		
			
				|  |  | 			dataList:[],
 | 
	
		
			
				|  |  | 			length:1,
 | 
	
		
			
				|  |  | 			cardlenght:0,
 | 
	
		
			
				|  |  | 			id:"",
 | 
	
		
			
				|  |  | 			cardId:"",
 | 
	
		
			
				|  |  | 			queryList:{
 | 
	
		
			
				|  |  | 				month:"",
 | 
	
		
			
				|  |  | 				healthNo:"",
 | 
	
	
		
			
				|  | @ -51,7 +51,7 @@ var iscrollState='';//判断滑动方向
 | 
	
		
			
				|  |  | 			},
 | 
	
		
			
				|  |  | 			code:"",
 | 
	
		
			
				|  |  | 			payTypeList:[{},{type:"weixin",Img:"../images/weixinzhifu_icon.png",text:"微信支付"},{type:"xianjin",Img:"../images/xianjichongzhi_icon.png",text:"现金支付"},{type:"yinlian",Img:"../images/yinlianzhifu_icon.png",text:"银联支付"},{type:"zhifubao",Img:"../images/zhifubaozhifu_icon.png",text:"支付宝支付"}],
 | 
	
		
			
				|  |  | 			healthType:["","门诊缴费","住院缴费"],
 | 
	
		
			
				|  |  | 			healthType:["","门诊充值","住院充值"],
 | 
	
		
			
				|  |  | 			isUPsuccess:true,   //上拉锁,搜索成功则释放   
 | 
	
		
			
				|  |  | 		},
 | 
	
		
			
				|  |  | 		mounted: function() {
 | 
	
	
		
			
				|  | @ -91,11 +91,12 @@ var iscrollState='';//判断滑动方向
 | 
	
		
			
				|  |  | 							if(!vm.data){
 | 
	
		
			
				|  |  | 			        			vm.data=res.data[0]
 | 
	
		
			
				|  |  | 			        		}
 | 
	
		
			
				|  |  | 							vm.cardId=vm.data.id
 | 
	
		
			
				|  |  | 			        		vm.queryList.healthNo=vm.data.cardNo
 | 
	
		
			
				|  |  | 			        		vm.getList(1)
 | 
	
		
			
				|  |  | 			        	}else{
 | 
	
		
			
				|  |  | 			        		dialog({
 | 
	
		
			
				|  |  | 					            content: "请先绑定就诊卡,再查看就诊缴费信息!", 
 | 
	
		
			
				|  |  | 					            content: "请先绑定就诊卡,再查看就诊充值信息!", 
 | 
	
		
			
				|  |  | 					            okValue: '确定',
 | 
	
		
			
				|  |  | 					            ok: function(){
 | 
	
		
			
				|  |  | 									window.location.href='../../payment/html/patientIDCards.html';
 | 
	
	
		
			
				|  | @ -154,7 +155,7 @@ var iscrollState='';//判断滑动方向
 | 
	
		
			
				|  |  | 			//跳转到订单结果页
 | 
	
		
			
				|  |  | 			gotoResult:function(item){
 | 
	
		
			
				|  |  | 				var vm=this
 | 
	
		
			
				|  |  | 				window.location.href='../../payment/html/paymentResult.html?healthType='+item.healthType+"&patientName="+item.patientName+"&healthNo="+item.healthNo+"&payAmount="+item.payAmount+"&seqNo="+item.seqNo+"&createDate="+item.createDate+"&hyStatus="+item.hyStatus;
 | 
	
		
			
				|  |  | 				window.location.href='../../payment/html/paymentResult.html?healthType='+item.healthType+"&patientName="+item.patientName+"&healthNo="+item.healthNo+"&payAmount="+item.payAmount+"&seqNo="+item.seqNo+"&createDate="+item.createDate+"&payStatus="+item.payStatus+"&payType="+item.payType+"&cardId="+this.cardId;
 | 
	
		
			
				|  |  | 			},
 | 
	
		
			
				|  |  | 			//跳转切换就诊卡
 | 
	
		
			
				|  |  | 			changeCards:function(){
 |