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=5381&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: 1716033632, nonceStr: 'pxYzwszHQBwtPKHe', signature: 'd128ed771309f25277e5307feabab25414fc4ba5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202206\/02d8865ff0f21311acac22eeb2bc9b2d.jpg","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662:\u897f\u57ce\u9662\u533a\u5987\u4ea7\u79d1\u201c\u4eba\u6587\u62a4\u7406\u793a\u8303\u75c5\u533a\u201d\u542f\u52a8","smalltext":"\u4eba\u6587\u62a4\u7406\u662f\u62a4\u7406\u7684\u672c\u8d28\u548c\u6838\u5fc3\uff0c\u662f\u62a4\u7406\u5b66\u7684\u7b2c\u4e09\u4e2a\u91cc\u7a0b\u7891\uff0c\u662f\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u7684\u91cd\u8981\u4e3e\u63aa\u3002\u4e3a\u6df1\u5316\u4eba\u6587\u670d\u52a1\u5185\u6db5\uff0c\u5145\u5206\u4f53\u73b0\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u8425\u9020\u5173\u7231\u3001\u5c0a\u91cd\u3001\u8d34\u5fc3\u7684\u826f\u597d\u670d\u52a1\u6c1b\u56f4\u3002\u6211\u9662\u5987\u4ea7\u79d1\u4e8e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5381"}; 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 () { } }); }); }