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=2189&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: 1747123126,
nonceStr: '55PcS8WBcHHlVjcx',
signature: 'ec2c95a0d6aa18c528efce869975301aef5b4053',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u6211\u5728\u9694\u79bb\u75c5\u623f\u7684\u4e00\u5929","smalltext":" 2\u670813\u65e5\u4e34\u8fd1\u4e0b\u73ed\u65f6\uff0c\u62a4\u7406\u90e8\u4e34\u65f6\u62bd\u8c03\u6211\u7b2c\u4e8c\u5929\u5230\u53d1\u70ed\u9694\u79bb\u75c5\u623f\u4e0a\u73ed\u3002\u5f53\u665a\u56de\u5bb6\u540e\uff0c\u6211\u544a\u8bc9\u5bb6\u4eba\uff1a\u201c\u660e\u5929\u6211\u53bb\u53d1\u70ed\u75c5\u623f\u4e86\u3002\u201d13\u5c81\u7684\u513f\u5b50\u62ff\u7740\u7b77\u5b50\u6123\u6123\u5730\u770b\u7740\u6211\uff0c94\u5c81\u7684\u7237\u7237\u4f9d\u7136\u5e73\u9759\u5730\u5403","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2189"};
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 () {
}
});
});
}