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=2054&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: 1747146287,
nonceStr: 'itCtRSPqHJcJSQP1',
signature: '4a42969f9fb1fb9f3ca2643f283094d9171663e5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u6e2f\u5927\u6df1\u5733\u533b\u9662\u62a4\u7406\u56e2\u961f\u6297\u201c\u75ab\u201d\u7eaa\u5b9e","smalltext":"\u75ab\u60c5\u6c79\u6c79\uff0c\u75c5\u9b54\u6ed4\u6ed4\u3002\u50cf\u5341\u4e03\u5e74\u524d\u7684\u975e\u5178\u4e00\u822c\uff0c\u6beb\u65e0\u9632\u5907\u5730\u6765\u4e34\u3002\u9762\u5bf9\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\uff0c\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u62a4\u7406\u56e2\u961f\u8fc5\u901f\u5efa\u7acb\u5feb\u901f\u53cd\u5e94\u673a\u5236\uff0c\u6e2f\u5927\u62a4\u7406\u4eba\u5df2\u505a\u597d\u5145\u5206\u7684\u51c6\u5907\uff0c\u4f17\u5fd7\u6210\u57ce\uff0c\u8fce\u96be\u800c\u4e0a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2054"};
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 () {
}
});
});
}