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=4598&classid=11&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: 1746159749, nonceStr: 'jisa18QyfoLv3q5e', signature: '1198e83b65c17479115a448a34b7f87c118de9e4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662-\u56db\u53f6\u8349\u5168\u6c11\u666e\u53caCPR\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u56db\u53f6\u8349\u5168\u6c11\u666e\u53caCPR\u5fd7\u613f\u670d\u52a1\u961f\uff1a8.76\u4e07\u5c0f\u65f6\uff0c\u53ea\u4e13\u6ce8\u8fd9\u4ef6\u4e8b\u5728\u6211\u56fd\uff0c\u6bcf\u5e74\u53d1\u751f\u547c\u5438\u5fc3\u8df3\u9aa4\u505c\u7684\u4eba\u6570\u5927\u7ea6\u662f54.4\u4e07\uff0c\u7136\u800c\u5fc3\u80ba\u590d\u82cf\u6210\u529f\u7387\u5374\u4e0d\u52301%\u3002\u5982\u4f55\u8d70\u51fa\u6211\u56fd\u5fc3\u80ba\u590d\u82cf\u516c\u6c11\u666e\u53ca\u73871%\u7684\u7a98\u5883\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4598"}; 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 () { } }); }); }