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=4858&classid=10&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: 1743764536,
nonceStr: 'UZdAhz31tx2R8Pcx',
signature: 'f52ac7fa47fc7ab3da32da95e312be69ada7e179',
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-\u75ab\u60c5\u9632\u63a7\u4e0b\u7684\u533b\u9662\u5ba3\u4f20\u961f","smalltext":"\u4e00\u573a\u524d\u6240\u672a\u6709\u7684\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u5728\u5168\u56fd\u6253\u54cd\u3002\u4f5c\u4e3a\u627f\u62c5\u5168\u5e02\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u5e94\u6025\u6551\u6cbb\u4efb\u52a1\u7684\u5b9a\u70b9\u533b\u9662\u2014\u2014\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u4e34\u5371\u53d7\u547d\uff0c\u8fc5\u901f\u8fdb\u5165\u6218\u65f6\u72b6\u6001\u3002\u8d23\u65e0\u65c1\u8d37\u7684\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4858"};
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 () {
}
});
});
}