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=2437&classid=12&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: 1743914283,
nonceStr: 'i1LXlK9r4oIAMta9',
signature: '812a1211a47b79629402be46f6bbc5736a4f4f2b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u5f20\u4e43\u9f99\uff1a\u4ee5\u4eba\u6587\u4e4b\u5fc3\u6da6\u82b8\u82b8\u60a3\u8005","smalltext":"\u5f20\u4e43\u9f99\uff0c\u7537\uff0c42\u5c81\uff0c1996\u5e747\u6708\u53c2\u52a0\u5de5\u4f5c\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u516c\u5171\u7ba1\u7406\u7855\u58eb\u5b66\u4f4d\uff0c\u7ecf\u6d4e\u5e08\uff0c\u73b0\u4efb\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u9662\u957f\u52a9\u7406\u3001\u515a\u59d4\u529e\u516c\u5ba4\u4e3b\u4efb\u3002\u4ece\u4e8b\u515a\u52a1\u5de5\u4f5c\u5341\u4f59\u5e74\uff0c\u4ed6\u4ee5\u8f83\u5f3a\u7684\u4eba\u6587\u54c1\u724c\u610f\u8bc6\uff0c\u81f4\u529b\u4e8e\u533b\u9662\u7684\u4eba\u6587","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2437"};
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 () {
}
});
});
}