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=3869&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: 1745108888,
nonceStr: 'NUnqDwRXafHOXEfL',
signature: 'e63dedbe575bcab6326ce89a434c6757604306cc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u5ea6\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7528\u5fc3\u670d\u52a1 \u7f8e\u597d\u56de\u5fc6","smalltext":"\u533b\u9662\u6ce8\u91cd\u6587\u5316\u5f15\u9886\uff0c\u7406\u5ff5\u51b3\u5b9a\u884c\u4e3a\uff0c\u4f20\u627f\u662f\u57fa\u7840\uff0c\u521b\u65b0\u662f\u52a8\u529b\u3002\u533b\u9662\u5c06\u4f18\u8d28\u670d\u52a1\u4f53\u7cfb\u4f5c\u4e3a\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u7684\u91cd\u8981\u8f7d\u4f53\u6765\u6293\uff0c\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u6ce8\u91cd\u60a3\u8005\u4f53\u9a8c\uff0c\u5168\u5458\u3001\u5168\u8fc7\u7a0b\u63d0\u5347\u670d\u52a1\uff0c\u6253\u9020\u201c\u7528\u5fc3\u670d\u52a1\u7f8e\u597d\u56de\u5fc6\u201d\u670d\u52a1\u54c1\u724c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3869"};
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 () {
}
});
});
}