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=5044&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: 1744318095,
nonceStr: 'ZDc0rAn900JagtPW',
signature: '586d3576cd5dc6a41963697bce2fc55247951f02',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u79d1\u666e\u5ba3\u6559\u8fdb\u5b66\u6821","smalltext":"\u8fd1\u65e5\uff0c\u6cb3\u5317\u7701\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u79ef\u6781\u54cd\u5e94\u6cb3\u5317\u7701\u9752\u5c11\u5e74\u79d1\u666e\u767e\u5343\u4e07\u884c\u52a8\u53f7\u53ec\uff0c\u7531\u5e02\u79d1\u6280\u5c40\u7275\u5934\uff0c\u8d70\u8fdb\u6821\u56ed\u5bf9\u5b66\u751f\u4eec\u8fdb\u884c\u5065\u5eb7\u79d1\u666e\u5ba3\u6559\u548c\u6025\u6551\u77e5\u8bc6\u57f9\u8bad\uff0c\u79ef\u6781\u5f15\u5bfc\u5c0f\u5b66\u751f\u517b\u6210\u79d1\u5b66\u6587\u660e\u5065\u5eb7\u7684\u751f\u6d3b\u65b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5044"};
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 () {
}
});
});
}