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=1198&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: 1743703012,
nonceStr: 'PFQzBOZGpB9XsHuu',
signature: '3f8282821d951bbbe6fee3c835e6039480780d62',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u5468\u747e\u5bb9\uff1a\u8ba9\u6211\u4e3a\u4f60\u5531\u9996\u6b4c","smalltext":"\u6b64\u65f6\u7684\u957f\u6c99\uff0c\u65e9\u79cb\u7684\u98ce\u5df2\u6709\u4e9b\u5bd2\u610f\u3002\u65f6\u5149\u7684\u624b\u638c\uff0c\u603b\u662f\u4e0d\u6025\u4e0d\u7f13\uff0c\u5c06\u6211\u4eec\u7684\u4eba\u751f\u4e00\u5929\u4e00\u5929\u5730\u6253\u5f00\uff0c\u53c8\u7ffb\u8fc7\u3002\u6253\u5f00\u624b\u673a\uff0c\u4e0d\u81ea\u89c9\u5730\u70b9\u5f00\u6536\u85cf\u5939\uff0c\u719f\u6089\u7684\u65cb\u5f8b\u54cd\u8d77\uff0c\u5c06\u6211\u5e26\u5165\u5230\u4e0e\u8fd9\u9996\u6b4c\u6709\u5173\u7684\u56de\u5fc6\u4e4b\u4e2d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1198"};
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 () {
}
});
});
}