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=3284&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: 1745136186,
nonceStr: 'fupMBfeQ8zmvm7Qh',
signature: '8f2e448e4b37595d13cda44eb8d85a69d9d412b1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6297\u51fb\u75ab\u60c5 \u4f60\u6211\u540c\u884c","smalltext":"\u751f\u547d\u672c\u751f\u5c31\u662f\u4e00\u6761\u5ddd\u6d41\u4e0d\u606f\u7684\u6cb3\uff0c\u81ea\u5c71\u8c37\u800c\u51fa\uff0c\u5386\u5c3d\u5343\u8f9b\u4e07\u82e6\uff0c\u4e3a\u4eba\u7c7b\u5e26\u6765\u798f\u7949\uff0c\u6ecb\u6da6\u7740\u4e00\u7247\u5723\u6d01\u7684\u571f\u5730---\u4eba\u95f4\u3002\u8bb0\u5f97\u5927\u5e74\u521d\u4e00\u7684\u665a\u4e0a\uff0c\u6566\u5316\u5e02\u533b\u9662\u7684\u6240\u6709\u5458\u5de5\u90fd\u63a5\u5230\u4e86\u901a\u77e5\uff0c\u53d7\u65b0\u51a0\u80ba\u708e\u5f71\u54cd\uff0c\u9700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3284"};
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 () {
}
});
});
}