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=903&classid=4&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: 1716010097, nonceStr: 'YG7v8dwKkaYqiwAe', signature: '64211337d4f34cbe341beb0dbd30b6526fa9ab8f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/b9113d3a577f73081de5db3950575aca.png","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u5f20\u5e05\uff1a\u5954\u8dd1\u5728\u8def\u4e0a\u7684\u6025\u8bca\u4eba","smalltext":"2018\u5e74\u5bd2\u51ac\u91cc\u5fae\u4fe1\u5708\u75af\u4f20\u8fd9\u6837\u4e00\u6761\u6d88\u606f\uff1a\u5728\u4e00\u8f86\u884c\u9a76\u7684\u516c\u4ea4\u8f66\u4e0a\u8001\u4eba\u7a81\u53d1\u6655\u53a5\uff0c\u53f8\u673a\u5e08\u5085\u7acb\u5373\u505c\u8f66\u8fdb\u884c\u65bd\u6551\uff0c\u540c\u65f6\u547c\u53eb\u4e58\u5ba2\u53ca\u65f6\u62e8\u4e86120\uff0c\u5e76\u534f\u52a9\u533b\u52a1\u4eba\u5458\u5c06\u8001\u4eba\u9001\u81f3\u533b\u9662\uff0c\u7ecf\u786e\u8bca\u8001\u4eba\u4e3a\u6025\u6027\u5e7f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=903"}; 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 () { } }); }); }