portal html css js resource

shareArticalinfor.html 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  7. <link rel="stylesheet" href="../css/reset.css" />
  8. <link rel="stylesheet" href="../css/common.css" />
  9. <link rel="stylesheet" href="../css/index.css" />
  10. <link rel="stylesheet" href="../css/share.css" />
  11. <style>
  12. html,
  13. body {
  14. background: #ffffff;
  15. }
  16. .proinfor .headblock {
  17. margin: 0 2% 4px 0;
  18. }
  19. .proinfor .headblock .headimg {
  20. max-width: 64px;
  21. width: 64px;
  22. overflow: hidden;
  23. margin: auto;
  24. }
  25. .proinfor .media-body {
  26. width: 76%;
  27. }
  28. .listtit {
  29. font-size: 15px;
  30. line-height: 26px;
  31. color: #333333;
  32. }
  33. .listtit2 {
  34. font-size: 13px;
  35. line-height: 20px;
  36. color: #666666;
  37. }
  38. .listtit3 {
  39. font-size: 12px;
  40. line-height: 18px;
  41. color: #888888;
  42. }
  43. @media only screen and (min-width: 100px) and (max-width: 350px) {
  44. .proinfor .media-body {
  45. width: 70%;
  46. }
  47. }
  48. </style>
  49. </head>
  50. <body>
  51. <div style="display:none">
  52. <img id="hiddenImg" src="http://www.ekexiu.com/images/logo180.png" width="100%" />
  53. </div>
  54. <div class="contentBody2">
  55. <div class="art_topicBox">
  56. <div class="art_img" id="articleImg"></div>
  57. <div class="art_tbox">
  58. <h4 id="artical_topic"></h4>
  59. </div>
  60. </div>
  61. <div class="articalBox">
  62. <ul id="proInfor">
  63. <li style="padding:8px 20px 8px 10px;">
  64. <a class="proinfor clearfix">
  65. <div class="headblock floatL"><img id="proHead" class="headimg userRadius" src="../images/default-photo.jpg"></div>
  66. <div class="media-body floatL">
  67. <span class="listtit"><span id="proName"></span><em class="authiconNew authicon-pro" title="科袖认证专家"></em></span>
  68. <div class="listtit2" id="oMess"></div>
  69. <div class="mui-ellipsis listtit3" id="proRlist"></div>
  70. <div class="mui-ellipsis listtit3" id="proZlist"></div>
  71. </div>
  72. </a>
  73. </li>
  74. </ul>
  75. <div class="line01" style="margin:4px 0 10px 0;"></div>
  76. <div id="artical_real">
  77. <!--body-->
  78. <div id="main_content">
  79. </div>
  80. <!--body-->
  81. </div>
  82. <div class="blockGroup mainbox" style="padding-bottom:40px;">
  83. <div class="maincon alignCenter">
  84. <div style="margin-top: 30px;"><span style="color:#ff9900; font-size: 16px;line-height: 32px;">「 科袖 」</span><br />搭建企业与专家的桥梁</div>
  85. <div class="frmbox" style="margin:20px auto;">
  86. <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.ekexiu.app"><button class="frmbtn frmactive">下载移动客户端</button></a>
  87. </div>
  88. <div>
  89. <img style="width:120px;" src="../images/weixin_code.jpg" />
  90. <div style="color:#CCCCCC;font-size:13px;">关注科袖公众号</div>
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. <script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  97. <script type="text/javascript" src="../js/jquery-1.11.1.js"></script>
  98. <script>
  99. $(document).ready(function() {
  100. var imgUrl = "http://www.ekexiu.com/images/logo180.png";
  101. var lineLink = document.location.href;
  102. var descContent;
  103. var shareTitle;
  104. var appid = '';
  105. var articleId = GetQueryString("articleId");
  106. function GetQueryString(name) {
  107. var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
  108. var r = window.location.search.substr(1).match(reg);
  109. var context = "";
  110. if(r != null)
  111. context = r[2];
  112. reg = null;
  113. r = null;
  114. return context == null || context == "" || context == "undefined" ? "" : decodeURI(context);
  115. }
  116. function proInfoMain() {
  117. $.ajax({
  118. url: "/ajax/article/query",
  119. dataType: 'json', //数据格式类型
  120. type: 'GET', //http请求类型
  121. async: false,
  122. data: {
  123. "articleId": articleId
  124. },
  125. timeout: 10000, //超时设置
  126. success: function(data) {
  127. console.log(data)
  128. var $info = data.data || {};
  129. if(data.success && data.data) {
  130. //var nameli = document.getElementById("nameli");
  131. /*var proZlist = document.getElementById("proZlist"); //专家资源
  132. var proRlist = document.getElementById("proRlist"); //专家资源
  133. var proName = document.getElementById("proName");
  134. var proTitle = document.getElementById("proTitle");
  135. var proOffice = document.getElementById("proOffice");
  136. var proOrg = document.getElementById("proOrg");
  137. var proAddress = document.getElementById("proAddress");*/
  138. var articleImg = document.getElementById("articleImg");
  139. var artical_topic = document.getElementById("artical_topic");
  140. var main_content = document.getElementById("main_content");
  141. var hiddenImg = document.getElementById("hiddenImg"); //隐藏文章头图位置
  142. //proName.innerText = $info.professor.name;
  143. if($info.articleType==1){
  144. professor($info.professorId);
  145. }else{
  146. company($info.orgId)
  147. }
  148. if($info.articleImg) {
  149. articleImg.style.backgroundImage = 'url(/data/article/' + $info.articleImg + ')';
  150. //hiddenImg.src = '/data/article/' + $info.articleImg + '';
  151. //imgUrl = '/data/article/' + $info.articleImg + '';
  152. } else {
  153. //imgUrl = 'http://www.ekexiu.com/images/logo180.png';
  154. //alert(imgUrl);
  155. //articleImg.style.backgroundImage = 'url(../images/logo180.png)';
  156. }
  157. /*if($info.professor.hasHeadImage) {
  158. document.getElementById('proHead').src = "/images/head/" + $info.professorId + "_l.jpg";
  159. }*/
  160. artical_topic.innerText = $info.articleTitle;
  161. //title标题栏
  162. shareTitle = "【科袖文章】" + $info.articleTitle + "";
  163. window.setInterval(function() {
  164. document.title = "【科袖文章】" + $info.articleTitle + "";
  165. }, 500);
  166. if($info.articleContent) {
  167. main_content.innerHTML = $info.articleContent;
  168. descContent = main_content.innerText;
  169. var oImg = main_content.getElementsByTagName("img");
  170. for(var i = 0; i < oImg.length; i++) {
  171. (function(n) {
  172. var att = oImg[n].src.substr(7);
  173. console.log(oImg[n].src)
  174. oImg[n].style.width = "100%";
  175. oImg[n].parentNode.style.textIndent = "0em";
  176. })(i);
  177. }
  178. } else {
  179. descContent = "";
  180. }
  181. }
  182. },
  183. error: function() {
  184. return;
  185. }
  186. });
  187. }
  188. proInfoMain();
  189. /*专家信息*/
  190. function professor(dataUrl){
  191. $.ajax({
  192. url: "/ajax/professor/info/"+dataUrl,
  193. type: 'get',
  194. dataType: 'json',
  195. success: function(data) {
  196. if(data.success) {
  197. var $data=data.data;
  198. $("#proName").text($data.name);
  199. var omessage=personalInformation($data);
  200. $("#oMess").text(omessage);
  201. var oTime = $data["createTime"].substr(0, 4) + "年" + $data.createTime.substr(4, 2) + "月" + $data.createTime.substr(6, 2) + "日" ;
  202. $("#proRlist").html(oTime);
  203. if($data.hasHeadImage){
  204. $("#proHead").attr("src","/images/head/" + $data.id + "_l.jpg")
  205. }
  206. /*var rlist = ''
  207. for(var n = 0; n < $data.researchAreas.length; n++) {
  208. rlist += '<span>' + $data.researchAreas[n].caption + '</span>';
  209. if(n != $data.researchAreas.length - 1) {
  210. rlist += ',';
  211. }
  212. }
  213. ($data.researchAreas) ? $("#proRlist").html(rlist): $("#proRlist").html("");
  214. var zlist = "";
  215. for(var n = 0; n < $data.resources.length; n++) {
  216. zlist += '<span>' + $data.resources[n].resourceName + '</span>';
  217. if(n != $data.resources.length - 1) {
  218. zlist += ',';
  219. }
  220. }
  221. ($data.resources) ? $("#proZlist").html(zlist) : $("#proZlist").html("");*/
  222. }
  223. },
  224. });
  225. }
  226. /*企业信息*/
  227. function company(dataUr){
  228. $.ajax({
  229. url: "/ajax/org/" + dataUr,
  230. type: "GET",
  231. timeout: 10000,
  232. dataType: "json",
  233. beforeSend: function() {},
  234. success: function(data, textState) {
  235. if(data.success) {
  236. var $data = data.data;
  237. $("#proName").text($data.name);
  238. if($data.authStatus == 3) {
  239. $("em").replaceWith("<em class='authiconNew authicon-com-ok' title='认证企业'></em>");
  240. } else {
  241. $("em").replaceWith("");
  242. }
  243. if($data.hasOrgLogo) {
  244. $("#proHead").attr("src", "/images/org/" + $data.id + ".jpg");
  245. } else {
  246. $("#proHead").attr("src", "images/default-icon.jpg");
  247. }
  248. var oTime = $data["createTime"].substr(0, 4) + "年" + $data.createTime.substr(4, 2) + "月" + $data.createTime.substr(6, 2) + "日" ;
  249. $("#proRlist").html(oTime);
  250. }
  251. },
  252. error: function(XMLHttpRequest, textStats, errorThrown) {
  253. $.MsgBox.Alert('提示', '服务器请求失败')
  254. }
  255. })
  256. }
  257. /*职位职称所在机构,部门,地址等等*/
  258. function personalInformation($person) {
  259. var arr1 = [$person.title, $person.office, $person.department, $person.orgName, $person.address];
  260. var arr = new Array();
  261. var arr2 = new Array();
  262. var n = 0;
  263. for(var i = 0; i < arr1.length; i++) {
  264. if(arr1[i]) {
  265. arr.push(arr1[i]);
  266. if(arr1[i] == arr1[arr1.length - 1]) {
  267. n = 1;
  268. }
  269. }
  270. }
  271. if(n == 1) {
  272. for(var i = 0; i < arr.length - 1; i++) {
  273. arr2.push(arr[i]);
  274. }
  275. return arr2.join() + " | " + arr[arr.length - 1];
  276. } else {
  277. return arr.join();
  278. }
  279. }
  280. /*微信分享*/
  281. $.ajax({
  282. url: "../ajax/weixin/jsapiTicket",
  283. type: 'get',
  284. dataType: 'json',
  285. contentType: "application/x-www-form-urlencoded; charset=utf-8",
  286. data: {
  287. 'url': location.href.split('#')[0]
  288. },
  289. success: function(data) {
  290. if(data.data) {
  291. wx.config({
  292. debug: false, //调试模式好犀利
  293. appId: data.data.appId,
  294. timestamp: data.data.timestamp,
  295. nonceStr: data.data.nonceStr,
  296. signature: data.data.signature,
  297. jsApiList: [ // 所有要调用的 API 都要加到这个列表中
  298. "onMenuShareAppMessage",
  299. "onMenuShareTimeline",
  300. "onMenuShareQQ",
  301. "onMenuShareQZone",
  302. "scanQRCode",
  303. ]
  304. });
  305. wx.ready(function() {
  306. // 在这里调用 API
  307. wx.onMenuShareAppMessage({ //分享给朋友
  308. title: shareTitle, // 分享标题
  309. desc: descContent, // 分享描述
  310. link: lineLink, // 分享链接
  311. imgUrl: imgUrl, // 分享图标
  312. success: share_success_callback,
  313. cancel: share_cancel_callback
  314. });
  315. wx.onMenuShareTimeline({ //分享到朋友圈
  316. title: shareTitle, // 分享标题
  317. desc: descContent, // 分享描述
  318. link: lineLink, // 分享链接
  319. imgUrl: imgUrl, // 分享图标
  320. success: share_success_callback,
  321. cancel: share_cancel_callback
  322. });
  323. wx.onMenuShareQQ({ //分享到QQ
  324. title: shareTitle, // 分享标题
  325. desc: descContent, // 分享描述
  326. link: lineLink, // 分享链接
  327. imgUrl: imgUrl, // 分享图标
  328. success: share_success_callback,
  329. cancel: share_cancel_callback
  330. });
  331. wx.onMenuShareQZone({ //分享到QQ空间
  332. title: shareTitle, // 分享标题
  333. desc: descContent, // 分享描述
  334. link: lineLink, // 分享链接
  335. imgUrl: imgUrl, // 分享图标
  336. success: share_success_callback,
  337. cancel: share_cancel_callback
  338. });
  339. });
  340. //分享成功后的回调函数
  341. function share_success_callback() {}
  342. //用户取消分享后执行的回调函数
  343. function share_cancel_callback() {}
  344. }
  345. }
  346. });
  347. })
  348. </script>
  349. </body>
  350. </html>