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=6541&classid=14&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: 1743915526,
nonceStr: '6bdLFyr3GAEfDyt2',
signature: '74df2eda89423b71989b21138aa7b7c0d53e5ed9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4fdd\u6301\u5185\u5fc3\u6e29\u6696 \u7167\u4eae\u751f\u547d\u5149\u4eae","smalltext":"\u533b\u9662\u662f\u6551\u6b7b\u6276\u4f24\u7684\u5730\u65b9\u968f\u65f6\u4f53\u73b0\u751f\u547d\u65e0\u5e38\u7684\u5730\u65b9\uff0c\u5728\u533b\u9662\u5de5\u4f5c\u7684\u6211\uff0c\u6bcf\u5929\u4e0e\u60a3\u8005\u8fd1\u8ddd\u79bb\u63a5\u89e6\u7684\u6211\uff0c\u5728\u8fd9\u91cc\u65f6\u523b\u90fd\u4f53\u4f1a\u7740\u7279\u9c81\u591a\u533b\u751f\u90a3\u53e5\u6709\u540d\u7684\u5893\u5fd7\u94ed\uff1a\u6709\u65f6\uff0c\u53bb\u6cbb\u6108\uff1b\u5e38\u5e38\uff0c\u53bb\u5e2e\u52a9\uff1b\u603b\u662f\uff0c\u53bb\u5b89\u6170\u3002\u4eca\u5929","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6541"};
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 () {
}
});
});
}