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=6693&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: 1746135680,
nonceStr: 'lZqqh6Kz7rjupfoq',
signature: 'b0878900d70941157163734ca9024eb6b2118b63',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u200b\u8d70\u51fa\u751f\u547d\uff0c\u79bb\u5f00\u65f6\u95f4","smalltext":"\u6b7b\u8005\u5018\u4e0d\u57cb\u5728\u6d3b\u4eba\u7684\u5fc3\u4e2d\uff0c\u90a3\u5c31\u771f\u771f\u5730\u6b7b\u6389\u4e86\u3002\u2014\u2014\u9c81\u8fc5\u542c\u8bf4\u6628\u5929Z\u8001\u5e08120\u6025\u6551\u9001\u8fdb\u6211\u4eec\u533b\u9662\u4e86\u554a,\u554a\u771f\u7684\u554a\uff0c\u4e4b\u524d\u8fd8\u597d\u597d\u5730\uff0c\u600e\u4e48\u4e8b\u60c5\u8fd9\u4e48\u7a81\u7136......\u542c\u8bf4\u5979\u8fd8\u597d\u5e74\u8f7b\uff0c\u624d50\u90fd\u4e0d\u5230\uff0c\u771f\u662f\u53ef\u60dc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6693"};
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 () {
}
});
});
}