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=4716&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: 1743764692,
nonceStr: 'OOB68NA12IoVHl5d',
signature: '65b41769cc407c87c8d0b83b535cdcbffed2feb0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u5987\u4ea7\u79d1\u533b\u9662-\u4ee5\u7231\u4e4b\u540d\u4e73\u817a\u764c\u65d7\u888d\u961f","smalltext":"\u516c\u76ca\u4e0e\u5fd7\u613f\u670d\u52a1\uff0c\u662f\u5f53\u4e0b\u793e\u4f1a\u4f20\u9012\u7684\u65b0\u98ce\u5c1a\u3002\u4e60\u4e3b\u5e2d\u8bf4\uff1a\u201c\u5fd7\u613f\u670d\u52a1\u662f\u793e\u4f1a\u6587\u660e\u8fdb\u6b65\u7684\u91cd\u8981\u6807\u5fd7\uff0c\u662f\u5e7f\u5927\u5fd7\u613f\u8005\u5949\u732e\u7231\u5fc3\u7684\u91cd\u8981\u6e20\u9053\u3002\u201d\u5fd7\u613f\u670d\u52a1\u4e0d\u4ec5\u5e2e\u52a9\u3001\u5f71\u54cd\u540c\u65f6\u4e5f\u611f\u52a8\u4e86\u5f88\u591a\u4eba\u3002\u5728\u590d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4716"};
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 () {
}
});
});
}