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=4086&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: 1745056629,
nonceStr: 'bqvcCyc2xtOMTDhb',
signature: '9d24a31a6d92fe1eaed53b5e8a4ed56697737c9c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u559c\u8bde\u9f99\u51e4\u80ce\uff0c\u51fa\u9662\u8d60\u9526\u65d7","smalltext":"2\u670819\u65e5\uff0c\u725b\u5e74\u6625\u8282\u671f\u95f4\u559c\u8bde\u9f99\u51e4\u80a1\u7684\u718a\u5973\u58eb\u592b\u5987\u4fe9\u59d4\u6258\u5bb6\u4eba\u7ed9\u5e02\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\u3001\u624b\u672f\u5ba4\u3001\u9ebb\u9189\u79d1\u8d60\u9001\u4e09\u9762\u9526\u65d7\uff0c\u79f0\u8d5e\u533b\u52a1\u4eba\u5458\u201c\u533b\u5fb7\u9ad8\u5c1a\u533b\u672f\u7cbe\u6e5b\u3001\u5173\u6000\u5907\u81f3\u80dc\u4f3c\u4eb2\u4eba\u201d\u3002\u5987\u79d1\u533b\u751f\u6536\u5230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4086"};
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 () {
}
});
});
}