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=1044&classid=4&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: 1743703019,
nonceStr: 'wSIm0tOzQQT2cxRE',
signature: '6e13e82df5e0e3e698c5e6459c426847503066ea',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5409\u6797\u7701\u7ed3\u6838\u75c5\u533b\u9662\u5f20\u6676:\u751f\u6d3b\u9700\u8981\u6311\u6218","smalltext":"\u6211\u662f\u5409\u6797\u7701\u7ed3\u6838\u75c5\u533b\u9662\u5fae\u4fe1\u516c\u4f17\u53f7\u7684\u7ba1\u7406\u5458\uff0c\u8bf4\u8d77\u8fd9\u4e2a\u5c97\u4f4d\uff0c\u6211\u53ef\u4ee5\u8bf4\u662f\u534a\u8def\u51fa\u5bb6\u3002\u90a3\u662f2\u5e74\u524d\uff0c\u5f53\u65f6\uff0c\u533b\u9662\u8981\u521b\u5efa\u5b98\u65b9\u7684\u5fae\u4fe1\u516c\u4f17\u53f7\u5e76\u7ec4\u5efa\u4e09\u7f51\u5408\u4e00\u7684\u7f51\u7edc\u4f53\u7cfb\uff0c\u5f88\u9700\u8981\u4e00\u4e2a\u65e2\u6709\u4e34\u5e8a\u533b\u5b66\u77e5\u8bc6\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1044"};
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 () {
}
});
});
}