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=4272&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: 1744970184,
nonceStr: 'J9heKAloA6v6ZiUT',
signature: '979fc67bf6aadfd28e9b2c9c27b902c771168022',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u56fd\u5bb6\u7ea7\u201c\u5149\u660e\u4e2d\u5fc3\u201d\u9879\u76ee\u843d\u6237","smalltext":"\u8fd1\u65e5\uff0c\u56fd\u5bb6\u773c\u90e8\u75be\u75c5\u4e34\u5e8a\u533b\u5b66\u7814\u7a76\u4e2d\u5fc3\u643a\u624b\u5317\u4eac\u767d\u6c42\u6069\u516c\u76ca\u57fa\u91d1\u4f1a\u6253\u9020\u7684\u201c\u5149\u660e\u4e2d\u5fc3\u201d\u9879\u76ee\u843d\u6237\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u3002\u8be5\u9662\u6210\u4e3a\u5168\u56fd\u9996\u6279\u3001\u6c5f\u82cf\u9996\u5bb6\u201c\u5149\u660e\u4e2d\u5fc3\u201d\u9879\u76ee\u843d\u5730\u8fd0\u8425\u533b\u9662\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4272"};
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 () {
}
});
});
}