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=213&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: 1743702948,
nonceStr: 'zVxC6g4ZzuMCxMfK',
signature: '53ca9e5fc5029b9e4ef4c4adb632c8109d06e0f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u52b3\u52a8\u8282\uff0c\u8fd9\u5bb6\u533b\u9662\u514d\u8d39\u4e3a\u4fdd\u5b89\u4fdd\u6d01\u5065\u4f53\u68c0\uff01","smalltext":"\u4e94\u4e00\u5047\u671f\u7b2c\u4e00\u5929\uff0c\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u5065\u5eb7\u533b\u5b66\u4e2d\u5fc3\u5927\u5385\u5374\u65e9\u65e9\u5730\u6392\u8d77\u4e86\u6574\u9f50\u7684\u961f\u4f0d\uff0c\u5de5\u4f5c\u4eba\u5458\u7d27\u5f20\u6709\u5e8f\u5730\u5fd9\u788c\u7740\uff0c\u672c\u5e74\u5ea6\u7684\u90d1\u533b\u751f\u547d\u4e4b\u5149\u201c\u643a\u624b\u5065\u5eb7\u8def \u5fc3\u7cfb\u4e00\u5bb6\u4eba\u201d\u4fdd\u5b89\u4fdd\u6d01\u5065\u5eb7\u7ba1\u7406\u6d3b\u52a8\u4eca\u65e5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=213"};
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 () {
}
});
});
}