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=137&classid=10&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: 1743764687,
nonceStr: 'ZUP5opKEDQUTdUjQ',
signature: '2b0a1786cbc2e93a27e48dc1c611ba1284000c51',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u8def\u5954\u8dd1\u70b9\u4eae\u4eba\u6587\u4e4b\u5149","smalltext":"\u533b\u9662\u6587\u5316\u4f5c\u4e3a\u793e\u4f1a\u4e3b\u4e49\u5148\u8fdb\u6587\u5316\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u662f\u533b\u9662\u5b9e\u73b0\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u6838\u5fc3\u52a8\u529b\u6e90\u6cc9\u3002\u5b83\u80fd\u51dd\u805a\u4eba\u5fc3\u3001\u4fc3\u8fdb\u521b\u65b0\uff0c\u52a9\u529b\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u63a8\u52a8\u533b\u9662\u53ef\u6301\u7eed\u53d1\u5c55\uff0c\u63d0\u5347\u5458\u5de5\u548c\u4eba\u6c11\u7fa4\u4f17\u83b7\u5f97\u611f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=137"};
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 () {
}
});
});
}