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=3247&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: 1749374227,
nonceStr: 'LoSE4KJDjVdG8hit',
signature: '2dee7f13631123c5a6d4e331787c300b2ae84ede',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5f00\u5c55\u56fd\u9645\u62a4\u58eb\u8282\u7eaa\u5ff5\u4e0e\u8868\u5f70\u6d3b\u52a8","smalltext":"\u3000\u30002020\u5e74\u521d\u7a81\u5982\u5176\u6765\u7684\u4e00\u573a\u75ab\u60c5\u4f7f\u5f97\u533b\u62a4\u4eba\u5458\u6210\u4e3a\u8fd9\u4e2a\u6625\u5929\u6700\u7f8e\u4e3d\u7684\u98ce\u666f\uff0c\u4e5f\u6210\u4e3a\u62a4\u58eb\u4eec\u6700\u96be\u5fd8\u7684\u56de\u5fc6\u3002\u5728\u7b2c109\u4e2a\u201c\u56fd\u9645\u62a4\u58eb\u8282\u201d\u66a8\u7eaa\u5ff5\u5357\u4e01\u683c\u5c14\u8bde\u8fb0200\u5468\u5e74\u5230\u6765\u4e4b\u9645\uff0c\u95fd\u4e1c\u533b\u9662\u5f00\u5c55","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3247"};
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 () {
}
});
});
}