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=2421&classid=10&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: 1743764486,
nonceStr: '5dKA84LxIGgb7QZn',
signature: '122a0ee99f1b7dfb737fc8811a5ddadab7ca04ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4f\u9633\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u4eba\u6587\u5efa\u8bbe\u8def\u4e0a\u7684\u6210\u7ee9\u5355","smalltext":"\u5173\u7231\u5458\u5de5\u7bc7\uff1a\u4e00\u3001\u6fc0\u52b1\u5173\u7231\u5728\u201c\u75ab\u201d\u7ebf\uff0c\u4e3a\u767d\u8863\u5929\u4f7f\u63d2\u4e0a\u201c\u7231\u5fc3\u7fc5\u8180\u201d\u75ab\u60c5\u963b\u51fb\u6218\u6253\u54cd\u4ee5\u6765\uff0c\u6d4f\u9633\u5e02\u4e2d\u533b\u533b\u9662\u5168\u4f53\u533b\u52a1\u4eba\u5458\u575a\u5b88\u4e00\u7ebf\uff0c\u8fde\u7eed\u4f5c\u6218\uff0c\u53d6\u5f97\u4e86\u9636\u6bb5\u6027\u6210\u679c\u3002\u5f53\u524d\u75ab\u60c5\u5df2\u7ecf\u5230\u6700\u4e3a\u5403\u52b2\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2421"};
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 () {
}
});
});
}