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=4539&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: 1746242155,
nonceStr: 'jDRoTwmssKm9d6Wa',
signature: '489613674a29a46265f3f0db0a3108fef1469d00',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u773c\u79d1","smalltext":"\u663c\u591c\u66f4\u66ff\uff0c\u56db\u5b63\u8f6e\u56de\uff0c\u542f\u660e\u661f\u6bcf\u5929\u4f1a\u5728\u9ece\u660e\u524d\u5347\u8d77,\u6253\u7834\u9ed1\u6697\uff0c\u7ed9\u4eba\u4eec\u5e26\u6765\u5149\u660e\u548c\u5e0c\u671b\u3002\u5982\u540c\u868c\u57e0\u4e8c\u9662\u773c\u79d1\u7684\u767d\u8863\u5929\u4f7f\u4e00\u6837\uff0c\u4ed6\u4eec\u51e0\u5341\u5e74\u5982\u4e00\u65e5\u5730\u575a\u6301\u5e76\u4f20\u9012\u7740\u201c\u5149\u660e\u4f7f\u8005\u201d\u7684\u4f7f\u547d\uff0c\u4e3a\u4eba\u4eec\u5e26\u6765","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4539"};
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 () {
}
});
});
}