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=4789&classid=10&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: 1746242095,
nonceStr: 'MDTllLpZAJ5iqfOH',
signature: '7c92239384842ccb155997dc9cc9bd4605374bc9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u515a\u5458\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\uff0c\u662f\u5bf9\u515a\u7ec4\u7ec7\u6218\u6597\u529b\u7684\u4e00\u6b21\u68c0\u9a8c\uff0c\u4e5f\u662f\u5bf9\u5171\u4ea7\u515a\u5458\u515a\u6027\u6700\u597d\u7684\u8003\u9a8c\u548c\u953b\u70bc\u3002\u81ea\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5168\u4f53\u515a\u5458\u59cb\u7ec8\u9ad8\u64ce\u515a\u65d7\uff0c\u7b2c\u4e00\u65f6\u95f4\u7ec4\u5efa\u8d77","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4789"};
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 () {
}
});
});
}