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=4422&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: 1744971950,
nonceStr: 'z27aPLizCxqyKWRb',
signature: '8009de42c7e48f455ea9edaf65e59f0fbdaa9617',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8001\u4eba\u6454\u4f24\uff01\u62a4\u58eb\u6751\u53e3\u70ed\u5fc3\u65bd\u6551","smalltext":"6\u670822\u65e5\u4e2d\u534812:30\u5de6\u53f3\uff0c\u70c8\u65e5\u5f53\u5934\uff0c\u5ba4\u591635\u2103\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u62a4\u58eb\u5434\u5a77\u5728\u897f\u5b9d\u9ad8\u901f\u9644\u8fd1\u7684\u5927\u961c\u6751\u53e3\u7b49\u5019\u524d\u5f80\u54b8\u9633\u7684\u516c\u4ea4\u8f66\u3002\u4e00\u540d64\u5c81\u7684\u5434\u59d3\u7537\u5b50\u9a91\u7535\u52a8\u8f66\u7a81\u7136\u6454\u5012\u5728\u5730\uff0c\u5434\u5a77\u8fc5\u901f\u4e0a\u524d\u67e5\u770b\uff0c\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4422"};
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 () {
}
});
});
}