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=2500&classid=12&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: 1743784968,
nonceStr: 'f28m0JseZRIHoVHF',
signature: '923d6ef270dda0f43165d9e534b4493b95a534eb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7518\u5dde\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5c1a\u5170\u82f1\uff1a\u5f18\u626c\u4eba\u6587\u7cbe\u795e \u8df5\u884c\u533b\u5b66\u4f7f\u547d","smalltext":"\u5c1a\u5170\u82f1\uff0c\u5973\uff0c\u73b0\u5e7455\u5c81\uff0c\u5171\u4ea7\u515a\u5458\u3002\u81ea1983\u5e74\u53c2\u52a0\u5de5\u4f5c\u4ee5\u6765\uff0c\u5979\u7acb\u8db3\u672c\u804c\uff0c\u7231\u5c97\u656c\u4e1a\uff0c\u5fe0\u8bda\u4e8e\u533b\u7597\u536b\u751f\u4e8b\u4e1a\uff0c\u628a\u6551\u6b7b\u6276\u4f24\u3001\u5168\u5fc3\u5168\u610f\u4e3a\u60a3\u8005\u670d\u52a1\u5949\u4e3a\u4ece\u4e8b\u533b\u7597\u4fdd\u5065\u5de5\u4f5c\u7684\u51c6\u5219\uff0c\u4ee5\u5f00\u62d3\u521b\u65b0\u7684\u7cbe\u795e\uff0c\u6c42\u771f\u52a1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2500"};
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 () {
}
});
});
}