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=6565&classid=14&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: 1743703337,
nonceStr: 'YNrMW2LUCyRf1kSV',
signature: '299a194bfae3180ab206484f0deb3e791cf856ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6d45\u8c08\u533b\u9662\u9662\u53f2\u9986\u65b9\u6848\u8bbe\u8ba1\u4e0e\u5efa\u8bbe\u5b9e\u8df5","smalltext":"\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u7b49\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c\u533b\u9662\u59cb\u5efa\u4e8e1951\u5e74\uff0c\u539f\u540d\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u4e2d\u5357\u519b\u533a\u519b\u5de5\u533b\u9662\uff0c\u662f\u5168\u56fd\u9996\u5bb6\u519b\u9700\u804c\u5de5\u533b\u9662\u30022002\u5e74\uff0c\u533b\u9662\u7531\u519b\u961f\u7ba1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6565"};
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 () {
}
});
});
}