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=4333&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: 1744970184,
nonceStr: '3bNWWvGfpfrkkqWj',
signature: '0fefb1f521ac98979682d0d9a623668a4c106257',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7709\u5c71\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5e72\u7fd4:\u878d\u5165\u5fae\u5149\uff0c\u6c47\u6210\u661f\u6cb3","smalltext":"\u8bb0\u5f97\u5c0f\u65f6\u5019\uff0c\u4e00\u5165\u590f\u591c\uff0c\u6c9f\u6e20\u5468\u56f4\u5c31\u4f1a\u8426\u7ed5\u7740\u6210\u7fa4\u7684\u8424\u706b\u866b\uff0c\u70b9\u70b9\u8424\u5149\u8513\u5ef6\u5411\u8fdc\u65b9\u3002\u6349\u51e0\u53ea\u6765\u88c5\u5728\u6c7d\u6c34\u74f6\u91cc\uff0c\u6367\u7740\u5b83\uff0c\u5982\u540c\u5373\u5c06\u653e\u98de\u4e00\u4e2a\u7f8e\u4e3d\u7684\u613f\u671b\u3002\u5173\u4e8e\u8424\u706b\u866b\u7684\u8bb0\u5fc6\u81ea\u79bb\u5f00\u5bb6\u4e61\u8e0f\u4e0a\u6c42\u5b66\u8def\uff0c\u4fbf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4333"};
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 () {
}
});
});
}