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=4582&classid=11&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: 1743764645,
nonceStr: 'YU8nDMwCM2IOhf7x',
signature: '50dfb215b2ff8cc26943fce4bc85152a433a87e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662-\u54bd\u62ed\u5b50\u91c7\u6837\u7ec4\u7684\u65e5\u5e38","smalltext":"\u4e0d\u60e7\u5343\u96be\u4e07\u9669 \u4e0e\u75c5\u6bd2\u201c\u6b63\u9762\u4ea4\u950b\u201d\u2014\u2014\u54bd\u62ed\u5b50\u91c7\u6837\u7ec4\u7684\u65e5\u5e382\u670810\u65e5\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u5df2\u8fdb\u5165\u5230\u9632\u63a7\u7684\u5173\u952e\u65f6\u671f\uff0c\u5927\u91cf\u786e\u8bca\u53ca\u7591\u4f3c\u60a3\u8005\u90fd\u5df2\u8fdb\u884c\u9694\u79bb\u6cbb\u7597\u3002\u800c\u7b5b\u67e5\u7591\u4f3c\u60a3\u8005\u548c\u786e\u8bca\u60a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4582"};
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 () {
}
});
});
}