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=3028&classid=10&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: 1743764597,
nonceStr: 'N8cbd1Lr8R7Xpimx',
signature: 'e67525f5bc2ed2f7f90c5b46ecf298a7569bc92a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6625\u98ce\u5316\u96e8\u3001\u5386\u4e45\u5f25\u65b0","smalltext":"\u968f\u98ce\u6f5c\u5165\u591c\uff0c\u6da6\u7269\u7ec6\u65e0\u58f0\u3002\u533b\u9662\u6587\u5316\u5bf9\u533b\u9662\u54c1\u724c\u5851\u9020\u548c\u533b\u9662\u6301\u7eed\u53d1\u5c55\u7684\u5f71\u54cd\u6b63\u5982\u65e0\u58f0\u7ec6\u96e8\uff0c\u6da6\u7269\u65e0\u58f0\u4f46\u5374\u6c34\u6ef4\u77f3\u7a7f\u3002\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662\u5728106\u5e74\u5386\u53f2\u79ef\u6dc0\u7684\u57fa\u7840\u4e0a\uff0c\u91cd\u89c6\u6587\u5316\u5efa\u8bbe\uff0c\u628a\u6587\u5316\u5efa\u8bbe\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=3028"};
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 () {
}
});
});
}