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=5112&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: 1743764432,
nonceStr: 'CMS2GrNWRCAR2ua8',
signature: '486c3195e15d8e1bef85ce8d5dcefc1e3f9afb6e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u80be\u810f\u5de8\u5927\u80bf\u7624 \u5fae\u521b\u6765\u5e2e\u5fd9","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u5728\u624b\u672f\u5ba4\u3001\u9ebb\u9189\u79d1\u7684\u5bc6\u5207\u914d\u5408\u4e0b\uff0c\u6210\u529f\u8fd0\u7528\u8179\u8154\u955c\u6280\u672f\u4e3a\u4e00\u4f4d36\u5c81\u7684\u5973\u6027\u60a3\u8005\u5207\u9664\u4e86\u5de8\u5927\u80be\u4e0a\u817a\u80bf\u7624\uff0c\u6807\u5fd7\u7740\u8be5\u6ccc\u5c3f\u5916\u79d1\u5fae\u521b\u624b\u672f\u6c34\u5e73\u518d\u4e0a\u4e00\u53f0\u9636\u300211\u6708\uff0c\u674e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5112"};
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 () {
}
});
});
}