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=1811&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: 1747167702,
nonceStr: '36dZ49RcWXE4yqCg',
signature: '2a0a8c9db489cbb04cd82a3c32d8637f5a748251',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u95e8\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4ee5\u8bd7\u660e\u5fd7\uff0c\u76f8\u4fe1\u6625\u5929","smalltext":"\u5f53\u5c81\u6708\u8ba9\u4eba\u5145\u6ee1\u671f\u5f85\u521d\u6625\u4e4b\u591c\u5bd2\u51b7\u5374\u4e5f\u53ef\u7231\u5317\u65b9\u7684\u96ea\u8fd8\u6ca1\u4e0b\u5b8c\u706f\u7b3c\u7ea2\u900f\u5929\uff0c\u5e9a\u5b50\u5e74\u8981\u5230\u4e86\u90fd\u5728\u7b49\u5f85\u6625\u5929\u7efd\u653e\u7684\u6d88\u606f\u795d\u798f\u4e4b\u9e3d\u65e9\u65e9\u653e\u98de\u8854\u7740\u7f8e\u597d\u7684\u613f\u671b\u98de\u53bb\u98de\u5f80\u56db\u9762\u516b\u65b9\u7684\u6e38\u5b50\u98de\u5411\u4e00\u4e2a\u79f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1811"};
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 () {
}
});
});
}