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=4379&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: 1744975907,
nonceStr: 'EQNG5Hd77Vq20ZZQ',
signature: '63ec4aa1d2a3eac1248bf81cbc3abf535b401c32',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u201c\u7545\u6696\u5bb6\u201d\u7684\u6545\u4e8b","smalltext":"\u672c\u6587\u6545\u4e8b\u6e90\u81ea\u201c\u7545\u6696\u5bb6\u201d\u2014\u2014\u5e38\u5dde\u4e00\u9662\u8840\u7ba1\u5916\u79d1\uff0c\u56f4\u7ed5\u6559\u6388\u2014\u4e3b\u4efb\uff0c\u82b1\u7f8e\u4eba\u2014\u62a4\u58eb\u957f\uff0c\u65b0\u4eba\u5c0f\u767d\u2014\u2014\u56e2\u5b50\uff0c\u592b\u4eba\u2014\u62a4\u58eb\uff0c\u6218\u58eb\u2014\u7537\u62a4\u58eb\u8fd9\u51e0\u4eba\u65e5\u5e38\u7684\u6240\u89c1\u6240\u95fb\u6240\u611f\u6240\u4e3a\u521b\u4f5c\u3002\u4e16\u4eba\u614c\u614c\u5f20\u5f20\uff0c\u5306\u5306\u5fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4379"};
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 () {
}
});
});
}