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=2136&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: 1747124980,
nonceStr: 'OM5NRpSsPczO8uIX',
signature: 'f98a94219735b46023fa62e538d9011e17a6e68d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662:\u6297\u51fb\u65b0\u51a0\u75ab\u60c5,\u52c7\u6311\u91cd\u62c5","smalltext":"2020\u5e74\u6625\u8282\u524d\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\uff0c\u5728\u961c\u65b0\u5927\u5730\u9aa4\u7136\u6253\u54cd\u3002\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\u3002\u9662\u515a\u59d4\u9886\u5bfc\u73ed\u5b50\u575a\u5b9a\u4fe1\u5fc3\u3001\u51b2\u950b\u5728\u524d\uff0c\u5e26\u9886\u5e7f\u5927\u515a\u5458\u5e72\u90e8\u628a\u601d\u60f3\u548c\u884c\u52a8\u7edf\u4e00\u5230\u75ab\u60c5\u9632\u63a7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2136"};
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 () {
}
});
});
}