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=2937&classid=13&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: 1746165538,
nonceStr: 'Vh51wRRs4bRYILMG',
signature: '7b97e6412637f8a3bb9d7b192283f5afd1b43fd4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\u5e02\u573a\u8425\u9500\u90e8\u56e2\u961f\uff1a\u73a9\u8f6c\u5317\u9a6c\u4f53\u80b2\u8425\u9500\u5927IP","smalltext":"\u7533\u62a5\u201c\u4eba\u6587\u5efa\u8bbe\u54c1\u724c\u56e2\u961f\u201d\u4e8b\u8ff9\u6750\u6599\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\u662f\u548c\u7766\u5bb6\u533b\u7597\u65d7\u4e0b\u7684\u533b\u7597\u673a\u6784\u4e4b\u4e00\u3002\u4f5c\u4e3a\u4e00\u5bb6\u6309\u7167\u56fd\u9645\u5316\u533b\u7597\u670d\u52a1\u7406\u5ff5\u4e0e\u6807\u51c6\u521b\u5efa\u7684\u7efc\u5408\u533b\u7597\u673a\u6784\uff0c\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\u540c\u65f6\u62e5\u6709\u56fd\u9645\u8054","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2937"};
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 () {
}
});
});
}