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=3401&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: 1745136061,
nonceStr: '9P3Ba0yOflxY9yv2',
signature: '03e416ff1fa6e9b72d506bb1c734d0646d1b78e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u5dde\u7701\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u5b69\u5b50\u770b\u5b8c\u75c5\u627e\u4e0d\u5230\u5bb6\u957f\uff0c\u533b\u52a1\u4eba\u5458\u62a5\u8b66\u6c42\u52a9","smalltext":"5\u670829\u65e5\u4e0b\u5348\uff0c6\u5c81\u7684\u5c0f\u6d01\uff08\u5316\u540d\uff09\u5728\u5bb6\u4eba\u7684\u966a\u540c\u4e0b\u5c31\u8bca\u4e8e\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u513f\u79d1\u95e8\u8bca\uff0c\u770b\u5b8c\u75c5\u540e\u4e0e\u5bb6\u4eba\u8d70\u5931\uff0c\u533b\u52a1\u4eba\u5458\u5e2e\u5fd9\u56db\u5904\u5bfb\u627e\u65e0\u679c\uff0c\u65e0\u5948\u62a5\u8b66\u5bfb\u6c42\u5e2e\u52a9\u3002\u539f\u6765\uff0c\u5c0f\u6d01\u8eab\u4f53\u4e0d\u8212\u670d\uff0c\u7531\u5916\u516c\u5e26\u5979\u5230\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3401"};
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 () {
}
});
});
}