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=4344&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: 1744969790,
nonceStr: 'Uv3v5ni0OEpIR1iZ',
signature: '493e92604265d6912bee8bd230ae49b76f5a1f11',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u6731\u4fca\u7433\uff1a\u534a\u7f18\u4eba\u6587\u534a\u7f18\u60c5","smalltext":"\u7a97\u5916\u65e5\u5149\u5f39\u6307\u8fc7\uff0c\u5e2d\u95f4\u82b1\u5f71\u5750\u524d\u79fb\u30022021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u8def\u6f14\u76db\u5bb4\u867d\u5df2\u8fc7\u53bb\u534a\u4e2a\u591a\u6708\u4e86\uff0c\u5176\u60c5\u5176\u666f\u5374\u4eff\u4f5b\u5982\u6628\u65e5\u4e00\u822c\uff0c\u8033\u8fb9\u4f9d\u7136\u8426\u7ed5\u7740\u300a\u6210\u90fd\u300b\u7684\u6fc0\u60c5\u5408\u5531\u2026\u2026\u8ba9\u6211\u6389\u4e0b\u773c\u6cea\u7684\uff0c\u4e0d\u6b62\u662f\u90a3\u4e00\u4e2a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4344"};
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 () {
}
});
});
}