jack 7 years ago
parent
commit
5e25aae030
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/js/articleShow.js

+ 0 - 1
app/js/articleShow.js

781
				share.authorize(function() {
781
				share.authorize(function() {
782
					console.log('授权成功...')
782
					console.log('授权成功...')
783
				}, function(e) {
783
				}, function(e) {
784
					alert("认证授权失败:" + e.code + " - " + e.message);
785
					return null;
784
					return null;
786
				});
785
				});
787
			}
786
			}