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=601&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: 1738741925,
nonceStr: 'XtSegjFE9f9jh187',
signature: 'ca7e0cab303f6bf41a97d709fed3667291e34b19',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5c1d\u8bd5\u201c\u4e92\u8054\u7f51+\u5065\u5eb7\u6276\u8d2b\u201d\u65b0\u6a21\u5f0f","smalltext":"\u9ad8\u5f66\u7ea2\uff0c36\u5c81\uff0c\u56e0\u5c0f\u513f\u9ebb\u75f9\u540e\u9057\u75c7\u3001\u80a1\u9aa8\u5934\u574f\u6b7b\uff0c\u5367\u5e8a30\u4f59\u5e74\u3002\u4ed6\u7684\u54e5\u54e5\u8033\u804b\uff0c\u7236\u4eb2\u8111\u51fa\u8840\uff0c\u5e74\u8fc8\u7684\u6bcd\u4eb2\u627f\u62c5\u7167\u987e\u4e09\u4e2a\u75c5\u4eba\u7684\u91cd\u62c5\uff0c\u8270\u96be\u7684\u6491\u8d77\u8fd9\u4e2a\u8d2b\u56f0\u7684\u5bb6\u3002\u75be\u75c5\u7684\u75bc\u75db\uff0c\u5bb6\u5ead\u7684\u56f0\u5883\u4f7f\u9ad8\u5f66\u7ea2\u60c5\u7eea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=601"};
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 () {
}
});
});
}