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=5604&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: 1743703083,
nonceStr: 'DHr94avkaxFJIYfh',
signature: 'f71d383a06816b4741e84ab7b7cffaccb5f1d22b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u5173\u7231\u672a\u6210\u5e74\u4eba\uff0c\u6253\u9020\u670d\u52a1\u54c1\u724c\uff0c\u533b\u9662\u5165\u9009\u7b2c\u4e8c\u6279\u201c\u4e0a\u6d77\u5e02\u5b66\u751f\u52b3\u52a8\u6559\u80b2\u57fa\u5730\u201d","smalltext":"\u7ecf\u5e02\u6559\u59d4\u3001\u5e02\u6821\u5916\u8054\u529e\u7ec4\u7ec7\u4e13\u5bb6\u5bf9\u4e0a\u6d77\u5e02\u5b66\u751f\u52b3\u52a8\u6559\u80b2\u57fa\u5730\u5019\u9009\u5355\u4f4d\u8fdb\u884c\u7efc\u5408\u8bc4\u5ba1\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u83b7\u8bc4\u7b2c\u4e8c\u6279\u201c\u4e0a\u6d77\u5e02\u5b66\u751f\u52b3\u52a8\u6559\u80b2\u57fa\u5730\u201d\u3002 \u957f\u671f\u4ee5\u6765\uff0c\u533b\u9662\u515a\u59d4\u9ad8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5604"};
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 () {
}
});
});
}