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=2681&classid=13&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: 1743813309,
nonceStr: 'WqTCesPgXEuvh4xV',
signature: 'f4408eb1f79156a55182fdff9a3646c5d0a31df4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u79d1\uff1a\u52c7\u4e8e\u62c5\u5f53\u3001\u6562\u6253\u5fc5\u80dc","smalltext":"\u75ab\u60c5\u53d1\u751f\u540e\uff0c\u533b\u9662\u5bf9\u5185\u53d1\u51fa\u201c\u652f\u63f4\u6b66\u6c49\u3001\u6297\u51fb\u75ab\u60c5\u201d\u7684\u53f7\u53ec\uff0c\u5168\u9662\u533b\u52a1\u4eba\u5458\u79ef\u6781\u54cd\u5e94\uff0c24\u5c0f\u65f6\u4e4b\u5185\u5171\u6709200\u591a\u540d\u533b\u62a4\u4eba\u5458\u62a5\u540d\uff0c\u5171\u6d3e\u51fa\u4e24\u652f\u533b\u7597\u961f\u517120\u4eba\u7684\u7cbe\u5175\u5f3a\u5c06\u652f\u63f4\u6b66\u6c49\u6297\u75ab\u3002\u674e\u5170\u5a1f\u9662\u58eb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2681"};
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 () {
}
});
});
}