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=6731&classid=14&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: 1746136050,
nonceStr: 'OQKQ25zDEtvfsSWo',
signature: 'a2c3e07618e745182e00857829a205a5cc89db40',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7528\u6e29\u6696\uff0c\u70b9\u4eae\u9ad8\u539f\u4e4b\u5149","smalltext":" \u65f6\u5149\u5982\u767d\u9a79\u8fc7\u9699\uff0c\u53ea\u4e00\u4e2a\u62ac\u7738\uff0c\u677e\u6563\u7684\u96ea\u6c99\u65e9\u5df2\u67d3\u767d\u4e86\u963f\u575d\u7684\u6811\u68a2\uff0c\u963f\u575d\u7684\u8001\u4eba\u4eec\u4f1a\u5728\u6709\u9633\u5149\u5348\u540e\u9759\u9759\u5730\u671b\u7740\u8fdc\u5904\u9c9c\u4eae\u7684\u7ea2\u74e6\u5c4b\u6a90\uff0c\u8fd9\u4e9b\u7ea2\u8272\u50cf\u4e00\u56e2\u56e2\u559c\u5e86\u7684\u706b\uff0c\u4e0e\u623f\u9876\u4e0a\u6d01\u767d\u7684\u96ea\u5149\u76f8\u4e92\u6620\u886c\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6731"};
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 () {
}
});
});
}