jack 8 anos atrás
pai
commit
622b23d5f2
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      app/js/articleShow.js

+ 3 - 3
app/js/articleShow.js

@ -605,7 +605,7 @@ mui.plusReady(function() {
605 605
		if(oFen=="微信好友") {
606 606
			var share = buildShareService();
607 607
				if(share) {
608
					shareMessage(share, "WXSceneSession", {
608
					shareMessage(share, "sinaweibo", {
609 609
						content: "dddddd",
610 610
						title: "【科袖文章】",
611 611
						href: baseUrl + "/ekexiu/shareArticalinfor.html?articleId=",
@ -716,7 +716,7 @@ mui.plusReady(function() {
716 716

717 717
	}
718 718

719
	function shareMessage(share, ex, msg) {
719
	/*function shareMessage(share, ex, msg) {
720 720
		msg.extra = {
721 721
			scene: ex
722 722
		};
@ -731,5 +731,5 @@ mui.plusReady(function() {
731 731
				});
732 732
			}
733 733
		});
734
	}
734
	}*/
735 735
});