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=3520&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: 1745119839,
nonceStr: 'Cmgx3ufWdrSM6igh',
signature: '32b32bf6e0c881f1f9099f6d776a87e30301fa00',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u8005\u6d41\u6cea\u4e00\u5e74\u4e0d\u582a\u5176\u82e6 \u4eca\u671d\u75ca\u6108\u7b11\u5f00\u989c","smalltext":" \u300a\u7ea2\u697c\u68a6\u300b\u4e00\u4e66\u4e2d\u63cf\u5199\u6797\u9edb\u7389\uff0c\u6cea\u5149\u70b9\u70b9\uff0c\u5a07\u5598\u5fae\u5fae\uff0c\u4ee4\u4eba\u601c\u7231\u4e0d\u5df2\u3002\u73b0\u5b9e\u751f\u6d3b\u4e2d\u5982\u679c\u4e00\u4e2a\u4eba\u7ec8\u65e5\u65e0\u6545\u6cea\u6c34\u6d9f\u6d9f\uff0c\u4e0d\u4f46\u4f1a\u5f15\u4eba\u4fa7\u76ee\uff0c\u800c\u4e14\u8fd8\u4f1a\u5f71\u54cd\u5230\u8eab\u5fc3\uff0c\u964d\u4f4e\u751f\u6d3b\u54c1\u8d28\u3002\u6765\u81ea\u4e09\u5408\u9547\u6bdb\u51b2\u675130\u5c81","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3520"};
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 () {
}
});
});
}