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=2757&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: 1745166407,
nonceStr: 'jLHKZ1r2S36Yr7Fi',
signature: '24016331f4ece7ebf0d8e1b1bbd29bb0f65e0919',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u5112\u96c5\u9662\u957f\u53d8\u8eab\u6297\u75ab\u201c\u786c\u6838\u201d","smalltext":"\u5e9a\u5b50\u9f20\u5e74\u5f00\u5c40\u4e0d\u6613\uff0c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u6c79\u6d8c\u800c\u81f3\uff0c\u4f17\u591a\u533b\u62a4\u4eba\u5458\u5fd7\u613f\u51b2\u4e0a\u6218\u5f79\u524d\u7ebf\uff0c\u7528\u575a\u5b88\u548c\u5949\u732e\u4e66\u5199\u7740\u540c\u5fc3\u6297\u75ab\u7684\u793e\u4f1a\u8d23\u4efb\u4e0e\u4f7f\u547d\u62c5\u5f53\u3002\u6d59\u6c5f\u4e2d\u533b\u836f\u5927\u5b66\u7814\u7a76\u751f\u5bfc\u5e08\u3001\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u9662\u957f\u6731\u6587\u5b97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2757"};
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 () {
}
});
});
}