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=4291&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: 1744970184,
nonceStr: 'X0yevr1O3bNsbqa3',
signature: 'c85830526675dc624201141970436b9031d4bfb4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ecd\u5174\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u9879\u5fd7\u613f\u670d\u52a1\u503c\u5f97\u201c\u70b9\u8d5e\u201d","smalltext":"\u201c\u91d1\u5e08\u5085\u7684\u9f3b\u9972\u7ba1\u4f7f\u7528\u6b63\u5e38\u5417\uff1f\u8bb0\u5f97\u4e0a\u4f20\u4f53\u6e29\u54e6\u3002\u201d5\u67082\u65e5\uff0c\u5fd7\u613f\u8005\u5f90\u5fd7\u9759\u5411\u60a3\u8005\u5bb6\u5c5e\u7ec6\u81f4\u5730\u4e86\u89e3\u60c5\u51b5\u3002\u5f90\u5fd7\u9759\u662f\u6d59\u6c5f\u7701\u7ecd\u5174\u5e02\u4eba\u6c11\u533b\u9662\u5173\u7231\u5c45\u5bb6\u9f3b\u9972\u60a3\u8005\u5fd7\u613f\u670d\u52a1\u961f\u7684\u6210\u5458\uff0c4\u670829\u65e5\u4e0a\u5348\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4291"};
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 () {
}
});
});
}