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=4035&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: 1745056694,
nonceStr: 'lwj5JH7Qpf0kzMlJ',
signature: 'a32bc3222509513931ac2c6a170841fde14ab521',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u201c\u4e91\u4e0a\u201d\u529e\u6625\u665a \u4e0d\u805a\u96c6\u7684\u4eea\u5f0f\u611f","smalltext":" \u6625\u8282\u5c06\u81f3\uff0c\u6309\u7167\u60ef\u4f8b\uff0c\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u5eb7\u590d\u533b\u5b66\u79d1\u6bcf\u5e74\u90fd\u4f1a\u9080\u8bf7\u4e0d\u80fd\u51fa\u9662\u7684\u60a3\u8005\u3001\u5728\u79d1\u5b9e\u4e60\u751f\u548c\u672c\u79d1\u5ba4\u5458\u5de5\u4e00\u8d77\u4e3e\u529e\u6625\u8282\u8054\u6b22\u4f1a\u3002\u4eca\u5e74\u56e0\u4e3a\u75ab\u60c5\u9632\u63a7\u7684\u8981\u6c42\uff0c\u5728\u4fdd\u969c\u5b89\u5168\u7684\u524d\u63d0\u4e0b\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4035"};
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 () {
}
});
});
}