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=5434&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: 1743703072,
nonceStr: 'TL83WxADt7OiGdnT',
signature: '4220a5843510656182cf3b6c4089b0e130800050',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u533b\u7597\u65e0\u56fd\u754c\uff0c\u670d\u52a1\u65e0\u76f2\u533a","smalltext":"\u8fd1\u5e74\u6765\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6ce8\u91cd\u56fd\u9645\u5316\u8bed\u8a00\u73af\u5883\u5efa\u8bbe\uff0c\u5728\u5168\u9762\u52a0\u5f3a\u4e2d\u82f1\u97e9\u4e09\u8bed\u73af\u5883\u5efa\u8bbe\u3001\u6ce8\u91cd\u533b\u52a1\u4eba\u5458\u5916\u8bed\u80fd\u529b\u57f9\u517b\u7684\u57fa\u7840\u4e0a\uff0c\u79ef\u6781\u63a8\u5e7f\u624b\u673a\u7ffb\u8bd1\u8f6f\u4ef6\u4f7f\u7528\uff0c\u529b\u6c42\u5bf9\u56fd\u5185\u5916\u60a3\u8005\u63d0\u4f9b\u540c\u8d28\u5316\u670d\u52a1\u30027","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5434"};
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 () {
}
});
});
}