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=3517&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: 1745119512,
nonceStr: 'fw0affe0R2KczAhd',
signature: '7a003cd52dea63219b2a5c8375ae1fa085a4f40d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u58eb\u770b\u5230\u8c03\u67e5\u95ee\u5377\u7ed3\u679c\u540e\u8868\u60c5\u201c\u4eae\u4e86\u201d","smalltext":"\u8fd1\u671f\uff0c\u533b\u9662\u8fdb\u884c\u4e86\u4e00\u6b21\u62a4\u7406\u76f8\u5173\u6ee1\u610f\u5ea6\u8c03\u67e5\u95ee\u5377\uff0c\u672c\u4ee5\u4e3a\u662f\u5f88\u5e38\u89c4\u7684\u4e00\u6b21\u8c03\u67e5\uff0c\u7ffb\u770b\u95ee\u5377\u5374\u51fa\u73b0\u4e86\u4ee4\u4eba\u610f\u5916\u7684\u4e00\u5e55\u5e55\u3002\u201c\u6700\u6ee1\u610f\u7684\u62a4\u58eb\uff0c\u5218\u98ce\u5af1\uff0c\u670d\u52a1\u6001\u5ea6\u597d\u3002\u201d\u201c\u6700\u6ee1\u610f\u7684\u62a4\u58eb\uff0c\u674e\u6708\uff0c\u5979\u957f\u5f97\u597d\u770b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3517"};
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 () {
}
});
});
}