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=3877&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: 1745108995,
nonceStr: '0zi4egJkPAGlJgDa',
signature: '81f8bd11833116bf6cfd3c209214653c3660d1b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u4e3a\u75c5\u4eba\u7740\u60f3\u7684\u597d\u533b\u751f\uff0c\u4ed6\u53eb\u5218\u521a","smalltext":"\u201c\u6069\u8c22\u5e02\u4e2d\u533b\u9662\u5218\u521a\u4e3b\u4efb\uff0c\u4ec5\u7528\u4e00\u65b9\u4e2d\u836f\u5728\u5bb6\u670d\u7528\uff0c\u5373\u80fd\u6cbb\u6108\u91cd\u75c7\u6162\u963b\u80ba\u590d\u53d1......\u201d\u8fd1\u65e5\uff0c\u5e74\u8fc7\u516b\u65ec\u7684\u4f55\u8001\u4f2f\u5728\u5b59\u5b50\u7684\u966a\u540c\u4e0b\u7cbe\u795e\u6296\u64de\u5730\u6765\u5230\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff0c\u5411\u597d\u51e0\u4e2a\u6708\u672a\u89c1\u7684\u547c\u5438\u4e0e\u5371\u91cd\u75c7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3877"};
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 () {
}
});
});
}