Browse Source

Merge branch 'master' of http://10.1.235.20:3000/ipu/android-share

leijie 9 years ago
parent
commit
5ca88488da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display-server/web/biz/js/plugin/qr.js

+ 1 - 1
display-server/web/biz/js/plugin/qr.js

22
		var str=$("#info").html();
22
		var str=$("#info").html();
23
		WadeMobile.createQrCode(function(base64){
23
		WadeMobile.createQrCode(function(base64){
24
			$("#img").html("<img src=\"data:image/jpeg;base64,"+base64+"\" >");
24
			$("#img").html("<img src=\"data:image/jpeg;base64,"+base64+"\" >");
25
			doc.getElementById("resultContent").style.display="";
25
			doc.getElementById("resultContent").style.display="block";
26
			iscroll.refresh();
26
			iscroll.refresh();
27
		},str);
27
		},str);
28
	});
28
	});