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=1882&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: 1747145866,
nonceStr: 'G7UCiM462flLkYzF',
signature: 'f737c0869027f697a68e6bf2b555a8bdc32575b1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u514d\u8d39\u53d1\u653e\u4e24\u4e07\u4e5d\u5343\u591a\u526f\u6c64\u836f","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5f62\u52bf\u4e25\u5cfb\uff0c\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5317\u6e7e\u9547\u4e2d\u5fc3\u536b\u751f\u9662\u533b\u7597\u8054\u5408\u4f53\u6240\u6709\u7684\u533b\u62a4\u4eba\u5458\uff0c\u4e49\u4e0d\u5bb9\u8f9e\u5730\u62c5\u5f53\u8d77\u4e86\u5b88\u62a4\u8f96\u533a\u5c45\u6c11\u5065\u5eb7\u7684\u4f7f\u547d\u3002\u5728\u5168\u6c11\u6297\u51fb\u75ab\u60c5\u7684\u65f6\u5019\uff0c\u536b\u751f\u9662\u533b\u52a1\u4eba\u5458\u9664\u4e86\u575a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1882"};
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 () {
}
});
});
}