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=3564&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: 1745119173,
nonceStr: '3oxTZBb5Nein51gp',
signature: 'ce682d7eab75360c01caee3c8e933af68057a63e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5c71\u5927\u5b66\u9644\u5c5e\u7b2c\u4e03\u533b\u9662\uff1a\u6211\u5728\u95e8\u8bca\u5927\u5385\u5f39\u94a2\u7434\u7684\u65e5\u5b50","smalltext":"\u81ea\u533b\u9662\u95e8\u8bca\u5927\u5385\u201c\u97f3\u60a6\u7a7a\u95f4\u201d\u5e38\u6001\u5316\u5f00\u653e\u4ee5\u6765\uff0c\u533b\u9662\u5b89\u6392\u4e13\u4eba\u6bcf\u5929\u5b9a\u65f6\u5f39\u594f\u94a2\u7434\uff0c\u83b7\u5f97\u60a3\u8005\u666e\u904d\u597d\u8bc4\u3002\u97f3\u4e50\u4e5f\u662f\u4e00\u79cd\u529b\u91cf\uff0c\u5b83\u6709\u4e00\u79cd\u6e29\u6696\u4eba\u5fc3\u7684\u529b\u91cf\uff0c\u53ef\u4ee5\u7597\u6108\u522b\u4eba\uff0c\u540c\u65f6\u4e5f\u80fd\u7597\u6108\u81ea\u5df1\u3002\u5f88\u591a\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3564"};
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 () {
}
});
});
}