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=2112&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: 1747145994,
nonceStr: 'JORfShPhm7rjsbHn',
signature: '3f9a8d89c60ad35a68ae4f0de47bb35de09415be',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u6210\u4e3a\u7167\u4eae\u9ed1\u6697\u7684\u5149","smalltext":"\u5728\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u51b2\u51fb\u4e0b\uff0c\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u6253\u54cd\u4e86\uff01\u5728\u63a5\u5230\u533b\u9662\u7ec4\u5efa\u7b2c\u4e09\u68af\u961f\u652f\u63f4\u53d1\u70ed\u95e8\u8bca\u7684\u901a\u77e5\uff0c\u80bf\u7624\u5185\u79d1\u4e8c\u75c5\u533a\u7684\u62a4\u58eb\u7fa4\u201c\u70b8\u5f00\u4e86\u82b1\u201d\u2026\u2026\u201c\u62a4\u58eb\u957f\uff0c\u6211\u662f\u515a\u5458\uff0c\u6211\u5148\u884c\uff01\u65f6\u523b\u5f85\u547d\u3002\u201d\u201c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2112"};
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 () {
}
});
});
}