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=4082&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: 1746314066,
nonceStr: 'aUgf2mcDwTNZs0P7',
signature: 'dd38b9af827565621c62a08c18427ca6a8d1b122',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u6210\u529f\u5207\u9664\u4e00\u4f8b\u5de8\u5927\u8102\u80aa\u8089\u7624","smalltext":"\u8fd1\u65e5\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u70e7\u4f24\u6574\u5f62\u5916\u79d1\u6210\u529f\u5207\u9664\u4e00\u4f8b\u5de8\u5927\u8102\u80aa\u8089\u7624\u3002\u60a3\u8005\u6797\u5927\u59e8\uff08\u5316\u59d3\uff09\u5927\u817f\u5185\u6d4b\u6839\u90e8\u957f\u4e86\u4e00\u4e2a\u80bf\u7269\uff0c\u8d77\u521d\u4e0d\u75bc\u4e0d\u75d2\uff0c\u6797\u5927\u59e8\u6ca1\u5f53\u56de\u4e8b\uff0c\u4f46\u8fd9\u201c\u80bf\u7269\u201d\u4e00\u957f\u5c31\u6301\u7eed8\u5e74\uff0c8\u5e74\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4082"};
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 () {
}
});
});
}