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=4428&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: 1744317972,
nonceStr: 'MQdgYiiiSQs0jkhO',
signature: '5f22010748ace824feffedcd4c2982082f00caff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u6d88\u9632\u5b89\u5168\u57f9\u8bad\u6f14\u7ec3\u6d3b\u52a8","smalltext":"6\u6708\u662f\u5b89\u5168\u751f\u4ea7\u6708\uff0c\u4e3a\u8fdb\u4e00\u6b65\u52a0\u5f3a\u533b\u9662\u6d88\u9632\u5b89\u5168\u7ba1\u7406\u5de5\u4f5c\uff0c\u6df1\u5165\u5f00\u5c55\u5b89\u5168\u751f\u4ea7\u5927\u6392\u67e5\u5927\u6574\u6cbb\u6d3b\u52a8\uff0c\u63d0\u9ad8\u533b\u62a4\u4eba\u5458\u7684\u5b89\u5168\u610f\u8bc6\uff0c\u63d0\u5347\u5168\u9662\u804c\u5de5\u7684\u6d88\u9632\u5e94\u6025\u80fd\u529b\uff0c6\u670824\u65e5\u4e0b\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u7279\u9080\u6d88\u9632","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4428"};
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 () {
}
});
});
}