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=4640&classid=11&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: 1746165962,
nonceStr: 'zJtS5LQVOqZQeP6P',
signature: 'b010284d0a30a658c61a89a4a0f491a2636ace1c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u8425\u5e02\u4e2d\u533b\u9662-\u5f3a\u515a\u5efa\u805a\u6c11\u667a\u8c0b\u53d1\u5c55","smalltext":" \u534a\u4e2a\u4e16\u7eaa\u7684\u98ce\u96e8\u4e2d\u767e\u70bc\u6210\u94a2\uff0c\u65b0\u65f6\u4ee3\u7684\u5f81\u7a0b\u4e0a\u6dec\u706b\u94f8\u5251\u3002\u5230\u4eca\u5e74\uff0c\u4e1c\u8425\u5e02\u4e2d\u533b\u9662\u5df2\u7ecf\u8d70\u8fc7\u4e8655\u5e74\u3002\u4ece55\u5e74\u524d\u80dc\u5229\u65b0\u6751\u533b\u9662\u7684\u65b0\u751f\u4e0e\u53d1\u97e7\uff0c\u5230\u5982\u4eca\u4e1c\u8425\u5e02\u4e2d\u533b\u9662\u7684\u534e\u4e3d\u8f6c\u8eab\uff0c55\u5e74\u7684\u65f6\u95f4\u6d41\u901d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4640"};
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 () {
}
});
});
}