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=4731&classid=11&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: 1743919902,
nonceStr: 'wnZ2BTw9mcgGVxFJ',
signature: '15c25b0d5b2c2a5426e61036e2a6e6660ff1dffe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662-\u80be\u5185\u79d1\u6574\u5408\u95e8\u8bca\u201c\u4e00\u7ad9\u5f0f\u201d\u670d\u52a1","smalltext":"\u770b\u75c5\u96be\u662f\u4eba\u6c11\u7fa4\u4f17\u5e7f\u6cdb\u91cd\u89c6\u7684\u70ed\u70b9\u95ee\u9898\u3001\u96be\u70b9\u95ee\u9898\u548c\u7a81\u51fa\u95ee\u9898\uff0c\u5df2\u7ecf\u6210\u4e3a\u793e\u4f1a\u4e0d\u548c\u8c10\u3001\u4e0d\u7a33\u5b9a\u7684\u91cd\u8981\u56e0\u7d20\u4e4b\u4e00\u3002\u5728\u7efc\u5408\u533b\u9662\u4e2d\uff0c\u5206\u79d1\u8d8a\u6765\u8d8a\u7ec6\u5316\u662f\u5bfc\u81f4\u60a3\u8005\u770b\u75c5\u96be\u7684\u91cd\u8981\u539f\u56e0\u4e4b\u4e00\u3002\u4e3a\u4e86\u770b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4731"};
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 () {
}
});
});
}