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=5383&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: 1743705206,
nonceStr: 'LcKuMl3vd0d2OwcM',
signature: '2f0cc2b7b7d411bb08c47432f0ae9c846c7b4d01',
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\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7d27\u8ddf\u65f6\u4ee3\u6b65\u4f10\uff0c\u4ee5\u60a3\u8005\u9700\u6c42\u4e3a\u4e2d\u5fc3","smalltext":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662 \u9648\u6cf0\u6587 \u9f9a\u7c9f\u5b97\u5168\u7f8e\u7b2c\u4e00\u533b\u9662\u201c\u6885\u5965\u533b\u5b66\u4e2d\u5fc3\u201d\u6bcf\u5929\u4e3a\u6bcf\u4f4d\u75c5\u4eba\u63d0\u4f9b\u6700\u597d\u7684\u5173\u6000\u670d\u52a1\uff0c\u5176\u54c1\u724c\u7684\u6838\u5fc3\u4ef7\u503c\u89c2\u662f7\u5b57\u57fa\u672c\u4ef7\u503c\u2014\u2014\u201c\u75c5\u4eba\u7684\u9700\u8981\u7b2c\u4e00\u201d\uff08Seven words","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5383"};
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 () {
}
});
});
}