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=3354&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: 1745135385,
nonceStr: 'rqwE1kAc0c6rnxmx',
signature: '494806648d433ab29419ca14aeceb6bb4bfad0dc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u5148\u950b\uff0c\u7528\u884c\u52a8\u5c55\u73b0\u5171\u4ea7\u515a\u4eba\u653f\u6cbb\u672c\u8272","smalltext":"\u201c\u8d8a\u662f\u91cd\u8981\u5173\u5934\uff0c\u8d8a\u80fd\u6620\u7167\u521d\u5fc3\uff1b\u8d8a\u662f\u8270\u9669\u65f6\u523b\uff0c\u8d8a\u663e\u62c5\u5f53\u7cbe\u795e\u201d\u3002\u4e3a\u4e86\u575a\u51b3\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\uff0c\u6566\u5316\u5e02\u533b\u9662\u515a\u59d4\u59cb\u7ec8\u575a\u51b3\u62e5\u62a4\u515a\u4e2d\u592e\u7684\u575a\u5f3a\u9886\u5bfc\uff0c\u5207\u5b9e\u8d2f\u5f7b\u843d\u5b9e\u5404\u7ea7\u515a\u59d4\u548c\u653f\u5e9c\u65b9\u9488\u90e8\u7f72\uff0c\u575a\u5b9a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3354"};
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 () {
}
});
});
}