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=3179&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: 1714222710, nonceStr: 'pg4APlQGCzijAlu7', signature: 'b8c18a4b55b032811680f08f131332d23cfd6c95', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a \u201c\u65e0\u8bed\u826f\u5e08\u201d\u5e74\u4ec512\u5c81","smalltext":"12\u5c81\uff0c\u672c\u8be5\u5728\u7238\u5988\u6000\u62b1\u4e2d\u6492\u5a07\uff1b12\u5c81\uff0c\u672c\u8be5\u548c\u540c\u5b66\u4eec\u6b22\u4e50\u5730\u73a9\u800d\uff1b\u662f\u7684\uff0c12\u5c81\uff0c\u672c\u5e94\u8be5\u662f\u4e00\u4e2a\u707f\u70c2\u7684\u5c11\u5e74\u3002\u53ef\u662f\uff0c12\u5c81\u7684\u5a77\u5a77\uff08\u5316\u540d\uff09\u5374\u5728\u8fd9\u4e48\u7f8e\u597d\u7684\u5e74\u534e\uff0c\u753b\u4e0a\u4e86\u53e5\u53f7\u3002\u751f\u547d\u7a0d\u77ac\u5373\u901d\uff0c\u4f46\u5a77\u5a77\u505a\u4e86\u4e00\u4ef6\u8ba9\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3179"}; 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 () { } }); }); }