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=5067&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: 1744318029,
nonceStr: 'v8SAcVILwgRby0t4',
signature: 'df5398c3e93a56c7605b0c37336974b8b0f39b82',
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\u4e24\u4e2a\u201c\u4e00\u7ad9\u5f0f\u201d\u670d\u52a1\u6a21\u5f0f\u52a9\u529b\u63d0\u8d28\u589e\u6548","smalltext":"\u201c\u4ee5\u524d\u505a\u80c3\u80a0\u955c\u53ef\u80fd\u8981\u7b49\u4e00\u5468\u5de6\u53f3\u7684\u65f6\u95f4\uff0c\u73b0\u5728\u6211\u4eec\u5df2\u7ecf\u5b9e\u73b0\u4e86\u2018\u80c3\u955c\u4e0a\u5348\u5c31\u8bca\u5f53\u65e5\u5b8c\u6210\uff0c\u4e0b\u5348\u5c31\u8bca\u6b21\u65e5\u5b8c\u6210\uff1b\u80c3\u80a0\u955c\u3001\u80a0\u955c\u5f53\u65e5\u5c31\u8bca\u6b21\u65e5\u5b8c\u6210\u2019\u7684\u5de5\u4f5c\u76ee\u6807\uff0c\u5927\u5927\u51cf\u5c11\u4e86\u60a3\u8005\u7b49\u5019\u65f6\u95f4\u3002\u201d\u5a01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5067"};
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 () {
}
});
});
}