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=5345&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: 1746134915,
nonceStr: 'XyMCVhYDOFkNZBu8',
signature: '2ede76d0a0009bffb063562e33b5ed82d5bc2fd6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e24\u5c81\u534a\u7537\u5b69\u73a9\u5c0f\u5200\u5272\u65ad\u5de6\u624b\u98df\u6307\uff0c\u533b\u751f\u5999\u624b\u65ad\u6307\u518d\u690d","smalltext":"5\u67081\u65e5\uff0c\u5317\u6d77\u4e00\u540d2\u5c81\u534a\u7537\u5b69\u5728\u5bb6\u4e2d\u73a9\u5c0f\u5200\uff0c\u4e0d\u614e\u5c06\u81ea\u5df1\u5de6\u624b\u98df\u6307\u524d\u6bb5\u5b8c\u5168\u5272\u65ad\uff0c\u7ecf\u7d27\u6025\u9001\u5f80\u5e02\u4eba\u6c11\u533b\u9662\u521b\u4f24\u624b\u5916\u9aa8\u79d1\u6025\u8bca\u624b\u672f\uff0c\u76ee\u524d\u60a3\u513f\u4f24\u6307\u6062\u590d\u826f\u597d\u3002\u636e\u5bb6\u957f\u4ecb\u7ecd\uff0c\u5bb6\u4f4f\u5317\u6d77\u7684\u592b\u5987\u4fe9\u4e94\u4e00\u671f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5345"};
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 () {
}
});
});
}