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=3541&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: 1745119513,
nonceStr: 'hNZq55kP74qQtcFD',
signature: 'd3652625549d4619378e659474b0156e183ba66e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662:\u5916\u56fd\u53cb\u4eba\u7a81\u53d1\u75be\u75c5 \u795e\u5916\u533b\u751f\u5999\u624b\u89e3\u56f0","smalltext":"\u8fd1\u65e5\uff0c\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\u795e\u7ecf\u5916\u79d1\u6536\u6cbb\u4e86\u4e00\u4f4d\u745e\u58eb\u5c0f\u4f19\u2014\u2014Marc\uff0c\u7ecf\u795e\u7ecf\u5916\u79d1\u7cbe\u5fc3\u8bca\u6cbb\u540e\uff0c\u76ee\u524d\u8fd9\u540d\u5916\u56fd\u60a3\u8005\u75c7\u72b6\u660e\u663e\u597d\u8f6c\uff0c\u60c5\u51b5\u7a33\u5b9a\u826f\u597d\uff0c\u5e76\u987a\u5229\u8fd4\u56de\u745e\u58eb\u3002\u8fd9\u540d\u5916\u56fd\u60a3\u8005Marc\u4e8e\u8fd1\u671f\u5f00\u59cb\u53d1\u751f\u8ba4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3541"};
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 () {
}
});
});
}