jack 8 年之前
父节点
当前提交
622b23d5f2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/js/articleShow.js

+ 3 - 3
app/js/articleShow.js

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

716

717
	}
717
	}
718

718

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