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=2687&classid=13&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: 1743812253,
nonceStr: '55CoClKy5LnWw0jA',
signature: 'c7f2449de2b1bc88d167d48d2cbec0e367648a93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u4ecb\u5165\u8840\u7ba1\u5916\u79d1\uff1a\u751f\u547d\u81f3\u4e0a\uff0c\u7231\u6d53\u4e8e\u8840","smalltext":"\u201c\u5fae\u521b\u3001\u65e0\u75db\u3001\u8212\u9002\u201d\u5df2\u6210\u4e3a21\u4e16\u7eaa\u4e34\u5e8a\u533b\u5b66\u53d1\u5c55\u7684\u8d8b\u52bf\uff0c\u56e0\u800c\u5fae\u521b\u4ecb\u5165\u533b\u7597\u4ee5\u5176\u8fc5\u731b\u7684\u901f\u5ea6\u53d1\u5c55\u3002\u5728\u8fd9\u652f\u4ecb\u5165\u961f\u4f0d\u4e2d\uff0c\u201c\u4ecb\u5165\u6e58\u519b\u201d\u5df2\u6210\u4e3a\u5168\u56fd\u4e1a\u5185\u7684\u4e00\u5927\u54c1\u724c\u3002\u5341\u591a\u5e74\u78e8\u4e00\u5251\uff0c\u5de5\u5320\u7cbe\u795e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2687"};
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 () {
}
});
});
}