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=6411&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: 1743703022,
nonceStr: 'w2ZHo6QuwuvioAoF',
signature: '40c077fdbe26a463430139b3f70dccba41d4e6e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5df2\u8fde\u7eed\u4e3e\u529e8\u5e74\uff0c\u8fd9\u573aSHOW\u53c8\u70ab\u53c8\u6696","smalltext":"8\u67085\u65e5\u4e0a\u5348\uff0c\u6211\u9662\u5065\u5eb7\u6559\u80b2\u54c1\u724c\u7279\u8272\u6d3b\u52a8\u2014\u2014\u201c \u7ed8\u00b7\u5582\u7f8e\u597d\u201d\u7b2c\u516b\u5c4a\u5b55\u5987\u809a\u76ae\u5f69\u7ed8\u79c0\u6d3b\u52a8\u5728\u8299\u84c9\u9662\u533a\u5b66\u672f\u62a5\u544a\u5385\u4e3e\u884c\uff0c\u6765\u81ea\u5168\u5e02\u7684\u8fd150\u4e2a\u5bb6\u5ead\u53d1\u6325\u5947\u601d\u5999\u60f3\uff0c\u5171\u540c\u521b\u9020\u4e86\u4e00\u6bb5\u5e78\u798f\u7684\u56de\u5fc6\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6411"};
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 () {
}
});
});
}