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=3036&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: 1745166548,
nonceStr: 'aMBjl0psRFEWls2c',
signature: '67a87a64f19a893e06c040fbbaaff24df57a1094',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5728\u4e0e\u75c5\u4eba\u201c\u611f\u540c\u8eab\u53d7\u201d\u768454\u5929\u91cc","smalltext":"2020\u5e74\u4f0a\u59cb\uff0c\u65b0\u51a0\u80ba\u708e\u75c5\u6bd2\u7684\u9634\u5f71\u7b3c\u7f69\u4e0a\u4e86\u5168\u56fd\u4eba\u6c11\u7684\u5fc3\u5934\u3002\u9762\u5bf9\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\uff0c\u9762\u5bf9\u751f\u6b7b\u60a0\u5173\u7684\u8003\u9a8c\uff0c\u5168\u4f53\u533b\u62a4\u4eba\u5458\u6bc5\u7136\u8e0f\u4e0a\u4e86\u8fd9\u7247\u6b63\u906d\u53d7\u7740\u75c5\u6bd2\u8086\u8650\u7684\u571f\u5730\u30021\u670828\u65e5\u4e0b\u5348\u4e00\u70b9\u591a\uff0c\u6211\u4eec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3036"};
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 () {
}
});
});
}