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=3764&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: 1745108409,
nonceStr: 'hhH5twRlXRNBo5Dw',
signature: '8e45ab17c5bce06a5aa5180475ff52f2f5470062',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u656c\u8001\u60c5\u610f\u6d53 \u4e49\u8bca\u9001\u5065\u5eb7","smalltext":"\u91d1\u79cb\u5341\u6708\uff0c\u60c5\u6696\u5915\u9633\u300210\u670825\u65e5\u6070\u9022\u519c\u5386\u4e5d\u6708\u521d\u4e5d\u91cd\u9633\u8282\uff0c\u4e3a\u5927\u529b\u5f18\u626c\u4e2d\u534e\u6c11\u65cf\u5c0a\u8001\u3001\u656c\u8001\u3001\u7231\u8001\u3001\u52a9\u8001\u7684\u4f20\u7edf\u7f8e\u5fb7\uff0c\u7740\u529b\u8425\u9020\u91cd\u5b5d\u9053\u3001\u77e5\u611f\u6069\u3001\u4f20\u7f8e\u5fb7\u7684\u793e\u4f1a\u98ce\u5c1a\uff0c\u7531\u5171\u9752\u56e2\u5939\u6c5f\u53bf\u59d4\u4e3b\u529e\uff0c\u4e50","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3764"};
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 () {
}
});
});
}