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=5487&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: 1743702954,
nonceStr: 'VZBkjplAQyoNNt4h',
signature: 'c3cd1d0758b4d1f830d6d3369b82880ce026f014',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4ee5\u201c\u52a8\u201d\u62a4\u201c\u9759\u201d\uff0c\u97f6\u5987\u5e7c\u8fd9\u4e9b\u505a\u6cd5\u6696\u4eba\u5fc3","smalltext":"10\u67084\u65e5\u8d77\uff0c\u968f\u7740\u97f6\u5173\u5e02\u75ab\u60c5\u7684\u53d8\u5316\uff0c\u4e00\u573a\u4e0d\u89c1\u785d\u70df\u7684\u6218\u4e89\u6253\u54cd\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u81ea\u4e0a\u800c\u4e0b\uff0c\u5168\u529b\u4ee5\u8d74\u6295\u5165\u6218\u201c\u75ab\u201d\u300210\u67088\u65e5\uff0c\u97f6\u5173\u5e02\u5bf9\u5e02\u533a\u90e8\u5206\u533a\u57df\u5b9e\u65bd\u4e34\u65f6\u6027\u5f3a\u5316\u75ab\u60c5\u9632\u63a7\u63aa\u65bd\uff0c\u97f6\u5e02\u5987\u5e7c\u4fdd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5487"};
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 () {
}
});
});
}