jack 7 年之前
父节点
当前提交
7d85ab1cfc
共有 6 个文件被更改,包括 6 次插入6 次删除
  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
					share.authorize(function() {
325
					share.authorize(function() {
326
						console.log('授权成功...')
326
						console.log('授权成功...')
327
					}, function(e) {
327
					}, function(e) {
328
						alert("认证授权失败:" + e.code + " - " + e.message);
328
						//alert("认证授权失败:" + e.code + " - " + e.message);
329
						return null;
329
						return null;
330
					});
330
					});
331
				}
331
				}

+ 1 - 1
app/js/moreItem.js

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

+ 1 - 1
app/js/paperShow.js

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

+ 1 - 1
app/js/patentShow.js

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

+ 1 - 1
app/js/resourceShow.js

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

+ 1 - 1
app/js/userInforShow.js

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