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=1144&classid=4&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: 1743703014,
nonceStr: 'woRJ6OQyWTHTmyBj',
signature: '7fae77faa3d1277eb5827e87072e46cbd942a5a8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\u674e\u76fc\u76fc\uff1a\u201c\u6162\u5929\u4f7f\u201d\u4e4b\u7231\u5728\u56db\u5b63","smalltext":"\u6210\u529f\u7684\u80cc\u540e\u5f80\u5f80\u63ba\u6742\u7740\u65e0\u6570\u7684\u8270\u8f9b\uff0c\u6210\u529f\u7684\u533b\u7597\u56e2\u961f\u80cc\u540e\uff0c\u4e5f\u6709\u4e00\u7fa4\u9ed8\u9ed8\u5949\u732e\u7684\u4eba\u3002\u5979\u4eec\u6ca1\u6709\u8000\u773c\u7684\u5149\u73af\uff0c\u4e5f\u6ca1\u6709\u593a\u76ee\u7684\u529f\u7ee9\uff0c\u4f46\u8d23\u4efb\u611f\u8ba9\u5979\u4eec\u59cb\u7ec8\u670d\u52a1\u5728\u4e34\u5e8a\u4e00\u7ebf\uff0c\u5979\u4eec\u5c31\u662f\u53ef\u7231\u7684\u201c\u767d\u8863\u5929\u4f7f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1144"};
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 () {
}
});
});
}