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=5386&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: 1746135124,
nonceStr: 'bH4oEWhAtJvyxG4G',
signature: 'c036f281073c29de23d149416bb3143e50fbf5d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5065\u5eb7\u62a5\u80e1\u5fb7\u8363\uff1a\u538b\u5377\u5c1a\u5f85\u542c\u65b0\u97f3","smalltext":"\u201c\u4e00\u679d\u4e00\u53f6\u603b\u5f52\u60c5\uff0c\u674f\u6797\u7cbe\u82f1\u9882\u4e0d\u5c3d\u3002\u4e66\u520a\u6210\u65f6\u4eba\u672a\u8001\uff0c\u538b\u5377\u5c1a\u5f85\u542c\u65b0\u97f3\u3002\u201d\u8fd9\u662f\u4eca\u5e743\u670810\u65e5\uff0c\u5fb7\u9ad8\u671b\u91cd\u7684\u5065\u5eb7\u6559\u80b2\u5b66\u5bb6\u80e1\u9526\u534e\u5148\u751f\u5728\u5fae\u4fe1\u91cc\u7ed9\u6211\u53d1\u6765\u7684\u4e00\u9996\u65b0\u8bd7\u300a\u8bfb\u80e1\u5fb7\u8363<\u679d\u53f6\u60c5\u612b>\u300b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5386"};
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 () {
}
});
});
}