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=4102&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: 1745056305,
nonceStr: 'dTblbTfFGQohoNbd',
signature: '4c530bbd1391d1cb36450d14700164de88e9b917',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u63a8\u8fdb\u7ca4\u6e2f\u6fb3\u5927\u6e7e\u533a\u533b\u7597\u4e00\u4f53\u5316","smalltext":"\u5728\u201c\u4e00\u56fd\u4e24\u5236\u201d\u65b9\u9488\u6307\u5bfc\u4e0b\uff0c\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u4f5c\u4e3a\u6df1\u6e2f\u533b\u7597\u5408\u4f5c\u7684\u91cd\u8981\u5e73\u53f0\u548c\u6df1\u5316\u533b\u6539\u7684\u201c\u8bd5\u9a8c\u7530\u201d\uff0c\u81ea2012\u5e747\u67081\u65e5\u5f00\u4e1a\u4ee5\u6765\uff0c\u5176\u5168\u65b0\u8bca\u7597\u6a21\u5f0f\u5df2\u83b7\u5f97\u5e02\u6c11\u548c\u540c\u884c\u8ba4\u53ef\uff0c\u533b\u7597\u6539\u9769\u6210\u7ee9\u5f97\u5230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4102"};
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 () {
}
});
});
}