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=3881&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: 1745109105,
nonceStr: 'farCImqc9W4ufzsg',
signature: '272e358e953a68de4b49329745100e9535dcde16',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u4eba\u6587\u533b\u5b66\u4e13\u4e1a\u59d4\u5458\u4f1a\u4e13\u9898\u8c03\u67e5\uff0c\u8bf7\u5927\u5bb6\u79ef\u6781\u53c2\u4e0e","smalltext":"\u4e3a\u63a8\u52a8\u533b\u60a3\u5173\u7cfb\u8fdb\u4e00\u6b65\u6539\u5584\uff0c\u8fd1\u65e5\uff0c\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u4eba\u6587\u533b\u5b66\u4e13\u4e1a\u59d4\u5458\u4f1a\u4e0e\u4e0e\u6e05\u534e\u5927\u5b66\u793e\u4f1a\u5b66\u7cfb\u548c\u5f53\u4ee3\u4e2d\u56fd\u7814\u7a76\u4e2d\u5fc3\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u4e00\u8d77\u5171\u540c\u7ec4\u7ec7\u5f00\u5c55\u5bf9\u533b\u751f\u7684\u95ee\u5377\u8c03\u67e5\uff0c\u65e8\u5728\u4e86\u89e3\u5168\u56fd\u533b\u751f\u7fa4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3881"};
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 () {
}
});
});
}