jack 7 years ago
parent
commit
7d85ab1cfc
6 changed files with 6 additions and 6 deletions
  1. 1 1
      app/js/cmpInforShow.js
  2. 1 1
      app/js/moreItem.js
  3. 1 1
      app/js/paperShow.js
  4. 1 1
      app/js/patentShow.js
  5. 1 1
      app/js/resourceShow.js
  6. 1 1
      app/js/userInforShow.js

+ 1 - 1
app/js/cmpInforShow.js

@ -325,7 +325,7 @@ mui.ready(function() {
325 325
					share.authorize(function() {
326 326
						console.log('授权成功...')
327 327
					}, function(e) {
328
						alert("认证授权失败:" + e.code + " - " + e.message);
328
						//alert("认证授权失败:" + e.code + " - " + e.message);
329 329
						return null;
330 330
					});
331 331
				}

+ 1 - 1
app/js/moreItem.js

@ -62,7 +62,7 @@ mui.ready(function(){
62 62
				share.authorize(function() {
63 63
					console.log('授权成功...')
64 64
				}, function(e) {
65
					alert("认证授权失败:" + e.code + " - " + e.message);
65
					//alert("认证授权失败:" + e.code + " - " + e.message);
66 66
					return null;
67 67
				});
68 68
			}

+ 1 - 1
app/js/paperShow.js

@ -594,7 +594,7 @@ mui.plusReady(function() {
594 594
				share.authorize(function() {
595 595
					console.log('授权成功...')
596 596
				}, function(e) {
597
					alert("认证授权失败:" + e.code + " - " + e.message);
597
					//alert("认证授权失败:" + e.code + " - " + e.message);
598 598
					return null;
599 599
				});
600 600
			}

+ 1 - 1
app/js/patentShow.js

@ -587,7 +587,7 @@ mui.plusReady(function() {
587 587
				share.authorize(function() {
588 588
					console.log('授权成功...')
589 589
				}, function(e) {
590
					alert("认证授权失败:" + e.code + " - " + e.message);
590
					//alert("认证授权失败:" + e.code + " - " + e.message);
591 591
					return null;
592 592
				});
593 593
			}

+ 1 - 1
app/js/resourceShow.js

@ -670,7 +670,7 @@ mui.plusReady(function() {
670 670
				share.authorize(function() {
671 671
					console.log('授权成功...')
672 672
				}, function(e) {
673
					alert("认证授权失败:" + e.code + " - " + e.message);
673
					//alert("认证授权失败:" + e.code + " - " + e.message);
674 674
					return null;
675 675
				});
676 676
			}

+ 1 - 1
app/js/userInforShow.js

@ -639,7 +639,7 @@ mui.plusReady(function() {
639 639
				share.authorize(function() {
640 640
					console.log('授权成功...')
641 641
				}, function(e) {
642
					alert("认证授权失败:" + e.code + " - " + e.message);
642
					//alert("认证授权失败:" + e.code + " - " + e.message);
643 643
					return null;
644 644
				});
645 645
			}