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=4085&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: 1745056474,
nonceStr: '3u1tVOmhQ5HBga0W',
signature: '44b9ee4a886e61c4b8e22472612dca661d48a0e3',
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\u6025\u8bca\u76d1\u62a4\u5ba4\u91cc\u7684\u201c\u7279\u6b8a\u5904\u65b9\u201d","smalltext":" 2\u670816\u65e5\u4e0a\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u91cd\u75c7\u76d1\u62a4\u5ba4\u91cc\uff0c\u9ec4\u7956\u8363\u533b\u751f\u62ff\u7740\u300a\u81f4\u5168\u5e02\u79bb\u9000\u4f11\u5e72\u90e8\u7684\u6170\u95ee\u4fe1\u300b\u6162\u6162\u8bfb\u7ed9\u4e00\u540d\u8eba\u5728\u75c5\u5e8a\u4e0a\u7684\u8001\u5e74\u60a3\u8005\uff0c\u521a\u624d\u8fd8\u70e6\u8e81\u4e0d\u5b89\u7684\u8001\u7237\u5b50\u6e10\u6e10\u5b89\u9759\u4e0b\u6765\uff0c\u8fd9\u6e29\u99a8\u7684\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4085"};
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 () {
}
});
});
}