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=2498&classid=12&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: 1746164985,
nonceStr: 'wbu80EpF0kpcHso5',
signature: '171e528d7dbe56bd1e646dbed5ff9c8c89b2e6eb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u6731\u6587\u5b97\uff1a\u8ba9\u4f20\u7edf\u6587\u5316\u4e0e\u667a\u6167\u521b\u65b0\u76f8\u878d\u5408","smalltext":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff0c\u521b\u5efa\u4e8e1923\u5e74\uff0c\u7ecf\u8fc7\u8fd1\u767e\u5e74\u7684\u53d1\u5c55\uff0c\u533b\u9662\u79c9\u627f\u201c\u5927\u533b\u7cbe\u8bda\u3001\u4ec1\u672f\u666e\u5b89\u201d\u7406\u5ff5\uff0c\u6210\u4e3a\u4e86\u6d59\u5357\u5730\u533a\u7ea7\u522b\u3001\u89c4\u6a21\u3001\u6574\u4f53\u670d\u52a1\u7b49\u6700\u5f3a\u7684\u7efc\u5408\u6027\u4e2d\u533b\u533b\u9662\u3002\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u9662\u957f\u6731\u6587\u5b97\u5148\u751f\u4ece","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2498"};
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 () {
}
});
});
}