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=3299&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: 1745135959,
nonceStr: 'FrYgE4zdv4isyNrc',
signature: '219877fec3ca2bab05e80d101e8b786cab7dadb6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u3010\u515a\u5458\u5b66\u4e60\u6708\u3011\u201c\u5f3a\u56fd\u4f7f\u547d \u6211\u4e3a\u5148\u950b\u201d\u2014\u2014\u542c\u63f4\u9102\u533b\u751f\u675c\u6587\u6c38\u8bb2\u8ff0\u6297\u75ab\u4e8b\u8ff9","smalltext":"\u7b2c\u5341\u5c4a\u515a\u5458\u5b66\u4e60\u6708\u6d3b\u52a8\u5728\u5168\u533a\u4e0a\u4e0b\u5f00\u5c55\u5f97\u5982\u706b\u5982\u837c\uff0c5\u670819\u65e5\u4e0b\u5348\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u7b2c\u5341\u4e00\u515a\u652f\u90e8\u5e94\u9080\u8d70\u8fdb\u5171\u5efa\u5355\u4f4d\u5609\u4e50\u56ed\u5927\u53a6\u8054\u5408\u515a\u652f\u90e8\u201c\u4e50\u5fc3\u9a7f\u7ad9\u201d\uff0c\u8054\u5408\u4e3e\u529e\u201c\u5f3a\u56fd\u4f7f\u547d\u6211\u4e3a\u5148\u950b\u201d\u4e3b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3299"};
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 () {
}
});
});
}