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=405&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: 1716308271, nonceStr: 'f4fmxia57Vsvehtj', signature: '74c62ea44318c4a48a8400cb8a90bddd58861ee3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/c75e955668cd3e3aa9bcbd1069fe6691.jpg","title":"\u9f99\u6e7e\u4e00\u533b\uff1a\u8840\u900f\u5ba4\u91cc\u7684\u201c\u5065\u8eab\u64cd\u201d","smalltext":" \u201c\u8840\u900f+\u5065\u8eab\u64cd\u201d\uff0c\u4f1a\u5e26\u6765\u4ec0\u4e48\u53d8\u5316\uff1f\u4ece\u4eca\u5e743\u6708\u4efd\u5f00\u59cb\uff0c\u5728\u9f99\u6e7e\u4e00\u533b\u8840\u900f\u5ba4\u5185\uff0c\u6bcf\u5929\u65e9\u4e0a\u548c\u4e0b\u5348\uff0c\u90fd\u670930\u4f4d\u8840\u900f\u60a3\u8005\u5728\u5404\u81ea\u6cbb\u7597\u62a4\u58eb\u7684\u5e26\u9886\u4e0b\uff0c\u624b\u63e1\u201c\u54d1\u94c3\u201d\uff0c\u6574\u9f50\u5212\u4e00\u5730\u505a\u5367\u4f4d\u5065\u8eab\u64cd\u3002\u60a3\u8005\u4eec\u5bf9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=405"}; 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 () { } }); }); }