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=844&classid=4&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: 1738756908,
nonceStr: 'GdpsjCQNHJgr8hzS',
signature: 'e1a5330ac0520ae9fd3b8ab4206d6be7fc30d4fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u9662\u91d1\u5802\u533b\u9662\u5218\u7434\uff1a\u6211\u4eba\u751f\u4e2d\u7b2c\u4e00\u6b21\u6253\u9488\u201c\u9488\u5f2f\u4e86\u201d","smalltext":"\u4eba\u751f\u4e2d\u7ecf\u5386\u8fc7\u7684\uff0c\u603b\u6709\u90a3\u4e48\u591a\u65f6\u95f4\u51b2\u4e0d\u6de1\u7684\u8bb0\u5fc6\uff0c\u800c\u6211\u7684\u8fd9\u4efd\u8bb0\u5fc6\u6765\u81ea\u4e8c\u5341\u5e74\u524d\u30021995\u5e74\u7684\u65f6\u5019\uff0c\u521d\u51fa\u6821\u95e8\u7684\u6211\u5728\u4e00\u5bb6\u5e02\u7ea7\u533b\u9662\u5b9e\u4e60\u5185\u5916\u79d1\u3002\u4ece\u62bd\u8c61\u7684\u4e66\u672c\u7406\u8bba\u77e5\u8bc6\u5230\u5b9e\u9645\u7684\u4e34\u5e8a\u5de5\u4f5c\uff0c\u8fd9\u671f\u95f4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=844"};
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 () {
}
});
});
}