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=1435&classid=5&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: 1747190212, nonceStr: '9UiA9TOfKBpYw7yI', signature: 'cebbe60be7b5bc3cc8d219f6e94ce3375ed83e98', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/1a6a1e3250fec59c46ce72075d80d979.jpg","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u201c\u4eca\u5929\u6211\u662f\u5c0f\u4e2d\u533b\u201d\u2014\u2014\u4e3e\u529e\u5c0f\u5b66\u751f\u4e2d\u533b\u836f\u6587\u5316\u4f53\u9a8c\u6d3b\u52a8","smalltext":"11\u670816\u65e5\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u4e3e\u529e\u201c\u4eca\u5929\u6211\u662f\u5c0f\u4e2d\u533b\u201d\u5c0f\u5b66\u751f\u4e2d\u533b\u836f\u6587\u5316\u4f53\u9a8c\u516c\u76ca\u6d3b\u52a8\uff0c\u9080\u8bf7\u80b2\u624d\u5c0f\u5b66\u56db\u5e74\u7ea7\u768420\u540d\u5b66\u751f\u8d70\u8fdb\u533b\u9662\uff0c\u53c2\u89c2\u4e2d\u836f\u623f\uff0c\u8fa8\u8bc6\u4e2d\u8349\u836f\uff0c\u5236\u4f5c\u51ac\u5b63\u4e2d\u836f\u8db3\u6d74\u5305\uff0c\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1435"}; 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 () { } }); }); }