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=4171&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: 1745056410,
nonceStr: 'ZlFzxE7krOYoAu65',
signature: '4ab64b634fc9163aa782788f2bd19072c4058160',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8346\u5dde\u5e02\u6c99\u5e02\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u613f\u5316\u6696\u9633\uff0c\u9a71\u6563\u9634\u973e","smalltext":"\u5411\u9633\uff0c\u533b\u5b66\u7855\u58eb\uff0c\u4e3b\u4efb\u533b\u5e08\uff0c\u6e56\u5317\u7701\u7b2c\u5341\u4e09\u5c4a\u4eba\u5927\u4ee3\u8868\uff0c\u8346\u5dde\u5e02\u6c99\u5e02\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u513f\u7ae5\u4fdd\u5065\u90e8\u4e3b\u4efb\uff0c\u56fd\u5bb6\u4e00\u7ea7\u8425\u517b\u5e08\uff0c\u751f\u957f\u53d1\u80b2\u4e13\u79d1\u5b66\u79d1\u5e26\u5934\u4eba\uff0c\u8346\u5dde\u5e02\u5341\u4f73\u5987\u5e7c\u5b66\u79d1\u5e26\u5934\u4eba\uff0c\u8346\u5dde\u5e02\u5411\u9633\u540d\u533b\u5de5\u4f5c\u5ba4\u9886","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4171"};
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 () {
}
});
});
}