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=4075&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: 1745056540,
nonceStr: 'vX3Z9aYJ2BeSlpOs',
signature: '1f1d054b212990fd48e7a989dee7b374a5ecae9e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u6210\u529f\u4e3a\u4e00\u4f8b\u5e74\u8f7b\u8d85\u5de8\u5927\u4e73\u817a\u6076\u6027\u80bf\u7624\u60a3\u8005\u884c\u6839\u6cbb\u6027\u5207\u9664\u53ca\u521b\u9762\u4fee\u8865","smalltext":"\u8fd1\u65e5\uff0c\u4e73\u817a\u5916\u79d1\u5415\u9752\u6559\u6388\u53ca\u675c\u6b63\u8d35\u526f\u6559\u6388\u56e2\u961f\u6210\u529f\u5b8c\u6210\u4e00\u4f8b\u201c\u53f3\u4e73\u5de8\u5927\u80bf\u7624\u6839\u6cbb\u6027\u5207\u9664+\u5e26\u8482\u80cc\u9614\u808c\u76ae\u74e3\u5207\u53d6\u53f3\u80f8\u58c1\u4fee\u590d\u8054\u5408\u6269\u5f20\u5668\u690d\u5165\u4e73\u623f\u91cd\u5efa\u672f\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4075"};
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 () {
}
});
});
}