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=4257&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: 1714955544, nonceStr: '0U9jzAtuJ4SY6ga3', signature: '45cca96477daf1a16210495fc4851c9a9e59e4c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202104\/0c4a173139211ac4fdb39c130cf0f6e7.jpg","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u9996\u6279\u6e2f\u6fb3\u540c\u80de\u53ca\u5916\u7c4d\u4eba\u58eb\u65b0\u51a0\u75c5\u6bd2\u75ab\u82d7\u987a\u5229\u63a5\u79cd","smalltext":"2021\u5e744\u670813\u65e5\uff0c\u5e7f\u4e1c\u7701\u542f\u52a8\u4e86\u5728\u7ca4\u5c45\u4f4f\u7684\u6e2f\u6fb3\u53ca\u5916\u7c4d\u5c45\u6c11\u65b0\u51a0\u75c5\u6bd2\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\uff0c\u9999\u6e2f\u5927\u6df1\u5733\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u6e2f\u5927\u6df1\u5733\u533b\u9662\u201d\uff09\u6210\u4e3a\u5168\u5e02\u9996\u6279\u5728\u6df1\u5c45\u4f4f\u7684\u6e2f\u6fb3\u7c4d\u53ca\u5916\u7c4d\u4eba\u58eb\u65b0\u51a0\u75c5\u6bd2\u75ab\u82d7\u5b9a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4257"}; 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 () { } }); }); }