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=232&classid=2&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: 1743540889,
nonceStr: 'ENs4o2A9SRQh3BCT',
signature: '4312a0bd5d48fc6346dbc1614bc5cf5f326c1f6f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5956\u52b1\u89c4\u5219","smalltext":"\u4e3a\u8ba9\u5927\u5bb6\u6709\u4e00\u4e2a\u5f00\u5fc3\u7684\u533b\u9662\u4eba\u6587\u4ea4\u6d41\u5e73\u53f0\u3002\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u4e13\u59d4\u4f1a\u7ec4\u7ec7\u56e2\u961f\u5bf9\u539f\u7f51\u7ad9\u8fdb\u884c\u4e86\u6539\u7248\u5347\u7ea7\uff0c\u5448\u73b0\u5728\u60a8\u773c\u524d\u7684\uff0c\u662f\u5e0c\u671b\u80fd\u8ba9\u60a8\u559c\u6b22\u7684\u3002\u7f51\u7ad9\u5b9e\u884c\u79ef\u5206\u5956\u52b1\u5236\uff0c\u9f13\u52b1\u5927\u5bb6\u6295","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=2&id=232"};
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 () {
}
});
});
}