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=3980&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: 1745056693,
nonceStr: 'UewpraPbeahXCNHu',
signature: '81ce6eedde72a24202eb5b70413ec29dd8b88088',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u6297\u75ab\u524d\u7ebf\u515a\u65d7\u7ea2","smalltext":"1\u670830\u65e518\uff1a00\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u5357\u5bab\u6297\u75ab\u4e34\u65f6\u515a\u652f\u90e8\u5168\u4f53\u515a\u5458\u91cd\u6e29\u4e86\u5165\u515a\u8a93\u8bcd\u3002\u201c\u6211\u5ba3\u8a93\uff0c\u6211\u5fd7\u613f\u52a0\u5165\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u62e5\u62a4\u515a\u7684\u7eb2\u9886\uff0c\u9075\u5b88\u515a\u7684\u7ae0\u7a0b\u2026\u2026\u201d\uff0c\u4e34\u65f6\u515a\u652f\u90e8\u515a\u5458\u5728\u515a\u65d7\u4e0b\u91cd\u6e29\u5165\u515a\u8a93\u8bcd\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3980"};
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 () {
}
});
});
}