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=502&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: 1746256005,
nonceStr: 'ggzJucjq81Dn5guu',
signature: '2c4b76344db7543f2ee4b5e784ca0b5b55563cd7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a5\u4e2a\u81ea\u62cd\u6545\u4e8b\u8ba9\u7f51\u53cb\u5927\u547c\u611f\u52a8\u6cea\u76ee","smalltext":"\u521a\u4e0b\u624b\u672f\u53f0\u7684\u62a4\u58eb\uff0c\u539f\u8ba1\u5212\u5e26\u5973\u513f\u901b\u8857\u4e70\u73a9\u5177\uff0c\u53ef\u5f53\u6709\u5371\u91cd\u75c5\u4eba\u9001\u6765\u65f6\uff0c\u5979\u53c8\u8fc5\u901f\u6234\u4e0a\u53e3\u7f69\uff0c\u5954\u5411\u624b\u672f\u95f4\u2026\u2026\u6700\u8fd1\uff0c\u7531\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u51fa\u54c1\u7684\u539f\u521b\u89c6\u9891\uff0c\u8bb2\u8ff0\u76845\u4e2a\u62a4\u7406\u6545\u4e8b\uff0c\u5f15\u53d1\u4e86\u7f51\u53cb\u5173\u6ce8\u3002\u636e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=502"};
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 () {
}
});
});
}