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=950&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: 1749425176,
nonceStr: 'LfcX3GSRTNBlyKpL',
signature: '74efaddc7e56778f4899a07d6c6005952064ca83',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662:\u9996\u671f\u5047\u671f\u7231\u5fc3\u6258\u7ba1\u73ed\u5f00\u73ed","smalltext":"8\u67087\u65e5\u4e0a\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5047\u671f\u7231\u5fc3\u6258\u7ba1\u73ed\u5728\u5e02\u5e7f\u7535\u827a\u672f\u5e7c\u513f\u56ed\u5408\u4f5c\u6b63\u5f0f\u5f00\u73ed\uff0c\u8be5\u966227\u540d\u5458\u5de5\u7684\u5b50\u5973\u7a7f\u7740\u5e72\u51c0\u6f02\u4eae\u7684\u8863\u670d\uff0c\u80cc\u7740\u4e66\u5305\uff0c\u5728\u5bb6\u957f\u7684\u966a\u540c\u4e0b\u6765\u5230\u5e7c\u513f\u56ed\uff0c\u533b\u9662\u5de5\u4f1a\u4e3b\u5e2d\u6797\u963f\u59e8\u548c\u5e7c\u513f\u56ed\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=950"};
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 () {
}
});
});
}