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=3395&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: 1745135711,
nonceStr: 'G2EPzp3qxv8iimIX',
signature: 'b6a5d96598a553a21c24bfbfc8aaa0e587320aaa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u5fc3\u614c\u6c14\u4fc3\u5c0f\u4f19\u89c9\u5f97\u81ea\u5df1\u4e0d\u884c\u4e86\uff0c\u539f\u6765\u662f\u51fa\u73b0\u4e86\u201c\u60ca\u6050\u969c\u788d\u201d","smalltext":" \u5c0f\u4f19\u603b\u662f\u80f8\u95f7\u3001\u5fc3\u614c\u3001\u547c\u5438\u56f0\u96be\uff0c\u5168\u8eab\u67e5\u4e86\u4e2a\u904d\u4e5f\u6ca1\u627e\u5230\u539f\u56e0\u3002\u5728\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u7701\u4e2d\u5c71\u533b\u9662\uff09\u68c0\u67e5\u540e\u786e\u8ba4\uff0c\u4ed6\u7684\u75c5\u6839\u5728\u5fc3\u4e0d\u5728\u8eab\uff0c\u4ed6\u4e2d\u62db\u7684\u662f\u201c\u60ca\u6050\u969c\u788d\u201d\u3002 \u674e\u5148\u751f24\u5c81\uff0c\u8fd1\u51e0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3395"};
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 () {
}
});
});
}