Browse Source

提交图片

xuchunyang 8 years ago
parent
commit
7121a7acd2
1 changed files with 7 additions and 1 deletions
  1. 7 1
      app/js/public/upload-avatar.js

+ 7 - 1
app/js/public/upload-avatar.js

47
		var c = plus.camera.getCamera();
47
		var c = plus.camera.getCamera();
48
		c.captureImage(function(e) {
48
		c.captureImage(function(e) {
49
			plus.io.resolveLocalFileSystemURL(e, function(entry) {
49
			plus.io.resolveLocalFileSystemURL(e, function(entry) {
50

50
			var filPage = plus.webview.getWebviewById('../html/fillinfo.html');
51
			var dyPage = plus.webview.currentWebview();
52
			if(dyPage == filPage) {
53
				var imgvar = '<img src="' + entry.toLocalURL() + '" style="width:100%"/>';
54
				//console.log(imgvar) 
55
				document.getElementById('imgshow').innerHTML = imgvar;
56
			}
51
				mui.openWindow({
57
				mui.openWindow({
52
					url: '../html/picture-upload.html',
58
					url: '../html/picture-upload.html',
53
					id: 'html/picture-upload.html',
59
					id: 'html/picture-upload.html',