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=1096&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: 1743902044,
nonceStr: 'cV4tBH1oaUxrXGPO',
signature: '3f395bb207572968190d3aed421e5560ca343395',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\u6731\u6d77\u5bb9\uff1a\u770b\u89c1","smalltext":"\u4e0b\u73ed\u524d\u63a5\u5230\u65b0\u7586\u5973\u5b69\u90d1\u4e3d\u7684\u5fae\u4fe1\uff1a\u963f\u59e8\uff0c\u6211\u53c8\u6765\u4f60\u4eec\u533b\u9662\u5566\uff01\u4e0b\u73ed\u540e\u8d76\u7d27\u53bb\u773c\u79d1\u75c5\u623f\u770b\u5979\uff0c\u75c5\u623f\u91cc\u6b22\u58f0\u7b11\u8bed\uff0c\u5fc3\u8840\u7ba1\u79d1\u7684\u9648\u8ff0\u4e3b\u4efb\u521a\u505a\u5b8c\u5fc3\u810f\u4ecb\u5165\u624b\u672f\u7ed3\u675f\uff0c\u6b63\u5750\u5728\u5979\u7684\u75c5\u5e8a\u8fb9\uff0c\u7ed9\u5979\u524a\u7740\u6c34\u679c\u3002\u5728\u573a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1096"};
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 () {
}
});
});
}