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=4118&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: 1745056100,
nonceStr: 'nFACzboP6kIAUUA1',
signature: '44232fffacf6091c141e557a0d5bc94f49c6c9e3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a25\u5c81\u7684\u4ed6\u8111\u4e2d\u85cf\u4e86\u4e00\u9897\u7f55\u89c1\u7684\u5de8\u5927\u80bf\u7624","smalltext":"\u201c\u611f\u8c22\u5218\u9662\u957f\u3001\u4e01\u4e3b\u4efb\uff0c\u611f\u8c22\u5f20\u533b\u751f\uff0c\u611f\u8c22\u6240\u6709\u533b\u62a4\u4eba\u5458\uff0c\u6551\u6d3b\u4e86\u6211\u7231\u4eba\uff0c\u8ba9\u6211\u4eec\u4e00\u5bb6\u53c8\u56e2\u5706\u4e86\u2026\u201d\u5728\u8111\u79d1\u533b\u9662\u795e\u5916\u4e00\u75c5\u533a\uff0c\u5c0f\u90d1\u7684\u7231\u4eba\u62c9\u7740\u4e01\u4e3b\u4efb\u7684\u624b\u54ed\u7740\u8bf4\u9053\u3002\u5bb6\u4f4f\u5c71\u897f\u7684\u5c0f\u90d1\u4eca\u5e7425\u5c81\uff0c\u662f\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4118"};
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 () {
}
});
});
}