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=5167&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: 1744039118,
nonceStr: 'BCl9CJZzLLuV3jai',
signature: 'e6cfb93fba8aaaca80c9f857e7d1adc962dbe913',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u9876\u98ce\u5192\u96ea\u5343\u91cc\u63a5\u91cd\u60a3\uff0c\u8fde\u591c\u624b\u672f\u5fae\u7ba1\u9664\u75c5\u9b54","smalltext":" 1\u670828\u65e5\u4e0a\u53486\u70b9\uff0c\u5bb6\u4f4f\u6b66\u7a74\u768463\u5c81\u5218\u5927\u59d0\u5728\u5bb6\u4e2d\u7a81\u53d1\u5267\u70c8\u5934\u75db\uff0c\u5bb6\u5c5e\u7d27\u6025\u5c06\u5176\u9001\u5165\u5f53\u5730\u533b\u9662\u8fdb\u884c\u68c0\u67e5\uff0c\u7ed3\u679c\u63d0\u793a\u4e3a\u201c\u86db\u7f51\u819c\u4e0b\u8154\u51fa\u8840\u201d\u3002\u5f53\u5730\u533b\u751f\u5373\u523b\u4e0e\u533b\u8054\u4f53\u5355\u4f4d\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5167"};
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 () {
}
});
});
}