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=2428&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: 1746243034,
nonceStr: 'iaBQ7l1VPNNvR95M',
signature: '15e50e309466870723a45bf5e37ae47697acab0f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662:\u5efa\u8bbe\u56fd\u5bb6\u4e2d\u5fc3\u57ce\u5e02\u6807\u5fd7\u6027\u533b\u9662","smalltext":"\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u5386\u7ecf65\u8f7d\u4f20\u627f\u79ef\u6dc0\uff0c\u5f62\u6210\u4e86\u5e95\u8574\u4e30\u539a\u3001\u7279\u8272\u9c9c\u660e\u7684\u533b\u9662\u6587\u5316\u3002\u5982\u4eca\uff0c\u5728\u201c\u521b\u65b0\u3001\u5b9e\u5e72\u3001\u656c\u754f\u3001\u8d21\u732e\u201d\u7684\u9662\u8bad\u5f15\u9886\u4e0b\uff0c\u4f20\u627f\u3001\u9524\u70bc\u3001\u8be0\u91ca\u51fa\u7279\u8272\u66f4\u9c9c\u660e\u3001\u65f6\u4ee3\u611f\u66f4\u5f3a\u7684\u5341\u5927\u5353\u8d8a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2428"};
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 () {
}
});
});
}