function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=4646&classid=12&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1744907414, nonceStr: 'QfrrTj9ZKoHqkGQN', signature: '1c00911f927709f042c49146cfd8a19b3797201e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662-\u9662\u957f\u6731\u6587\u5b97","smalltext":"\u8fd1\u671f\uff0c\u5728\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u65b9\u9762\uff0c\u6d59\u6c5f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u6e29\u5dde\u4e2d\u533b\u9662\u6536\u83b7\u9887\u4e30\uff0c\u4e0d\u4ec5\u8363\u83b7\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u533b\u653f\u533b\u7ba1\u5c40\u9881\u53d1\u7684\u201c2020\u5e74\u5ea6\u6539\u5584\u533b\u7597\u670d\u52a1\u793a\u8303\u533b\u9662\u201d\u79f0\u53f7\uff0c\u8fd8\u987a\u5229\u901a\u8fc7\u5168\u56fd\u6587\u660e\u5355\u4f4d\u590d\u8bc4\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4646"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }