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=1071&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: 1749446967,
nonceStr: 'FZ9GwjfM7YTFOy2f',
signature: '105513bae0450525e2944c551b1344fee2ff7eae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u4e00\u4e2a\u90fd\u4e0d\u80fd\u653e\u5f03","smalltext":"\u201c\u54ce\u5440\uff0c40\u5e8a\u53c8\u8e81\u52a8\u4e86\uff0c40\u5e8a\u53c8\u60f3\u62d4\u7ba1\u4e86......."\u90a3\u6bb5\u65f6\u95f4\uff0c\u6211\u4eec\u4ea4\u63a5\u73ed\uff0c\u91cd\u70b9\u4ea4\u73ed\u7684\u5c31\u662f40\u5e8a\u963f\u59e8\uff0c\u5979\u662f\u4e00\u540d\u9000\u4f11\u8001\u62a4\u58eb\uff0c\u5730\u9053\u7684\u82cf\u5dde\u4eba\uff0c83\u5c81\u9ad8\u9f84\uff0c\u4ece\u4e8b\u62a4\u7406\u5de5\u4f5c\u4e8c\u5341\u4f59\u5e74\uff0c\u628a\u81ea\u5df1\u6240\u6709\u7684\u9752\u6625\u98ce\u91c7\u90fd","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1071"};
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 () {
}
});
});
}