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=5466&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: 1746134425, nonceStr: '2MXGOmOCSqt7F1M7', signature: '1a2e73d40a95397ffc347a502cd9054be76ba06b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202209\/fcfec13393d38ecc2f059a519982797e.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4ed6\u6551\u6cbb\u60a3\u8005\uff0c\u8fd8\u603b\u60f3\u7740\u5e2e\u4ed6\u4eec\u7701\u94b1","smalltext":"\u5218\u9ece\u660e\u662f\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u4e2d\u897f\u533b\u7ed3\u5408\u809d\u75c5\u79d1\u4e3b\u4efb\uff0c\u4e00\u76f4\u5728\u4e2d\u897f\u533b\u7ed3\u5408\u653b\u575a\u809d\u75c5\u9886\u57df\u594b\u6218\uff0c\u4ed6\u5bf9\u60a3\u8005\u90fd\u6000\u7740\u4ec1\u7231\u4e4b\u5fc3\uff0c\u7ecf\u5e38\u81ea\u638f\u8170\u5305\u5e2e\u52a9\u4ed6\u4eec\u3002\u53c2\u52a0\u5de5\u4f5c\u4ee5\u6765\uff0c\u4ed6\u4e00\u76f4\u5229\u7528\u5468","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5466"}; 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 () { } }); }); }