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=4342&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: 1744969851,
nonceStr: '0g2RotZkiLzRy34X',
signature: '21c55ab3e77987a25868717e223297443d3aef7f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u8c2d\u660e\u5251\uff1a\u96be\u5fd8\u90a3\u4e00\u573a\u8d5b\u4e8b","smalltext":"\u4e94\u4e00\uff0c\u909b\u5d03\u5e73\u4e50\u53e4\u9547\u3002\u672c\u4ee5\u4e3a\u4f1a\u5728\u8fd9\u4e2a\u7f51\u7ea2\u70b9\u611f\u53d7\u8282\u5047\u65e5\u7684\u201c\u4eba\u6f6e\u6c79\u6d8c\u201d\uff0c\u5374\u4e0d\u6599\u8fd9\u91cc\u5e76\u4e0d\u662f\u60f3\u8c61\u4e2d\u7684\u90a3\u4e48\u62e5\u6324\uff0c\u201c\u7e41\u534e\u201d\u4e4b\u95f4\u96be\u5f97\u89c5\u5230\u4e86\u4e00\u5904\u9759\u5b9c\u3002\u767d\u6cab\u6c5f\u7554\uff0c\u70b9\u4e00\u676f\u7eff\u8336\uff0c\u79df\u4e00\u628a\u8eba\u6905\uff0c\u4efb\u9633\u5149","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4342"};
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 () {
}
});
});
}