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=2511&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: 1743766102,
nonceStr: 'TDag1gmnyQLxjvTE',
signature: '5a091357b389833ef60df5cddc870baf8ec43861',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e34\u6d2e\u53bf\u4e2d\u533b\u9662\uff1a\u503e\u6ce8\u4eba\u6587\u7cbe\u795e\uff0c\u4e3e\u63d0\u5347\u5185\u6db5\u54c1\u8d28","smalltext":"\u6d2e\u6cb3\uff0c\u662f\u9ec4\u6cb3\u4e0a\u6e38\u7684\u4e00\u6761\u5927\u652f\u6d41\uff0c\u5168\u957f637\u516c\u91cc\uff0c\u5b83\u4ebf\u4e07\u5e74\u7684\u5954\u817e\uff0c\u4e3a\u4e34\u6d2e\u8fd9\u5ea7\u62e5\u67092400\u5e74\u5386\u53f2\u7684\u53bf\u57ce\u521b\u9020\u4e86\u8f89\u714c\u7684\u6587\u5316\uff0c\u4e3e\u4e16\u95fb\u540d\u7684\u9a6c\u5bb6\u7a91\u548c\u8f9b\u5e97\u6587\u5316\u5c31\u8bde\u751f\u4e8e\u6b64\uff1b\u5b83\u4e5f\u6ecb\u517b\u7740\u8fd9\u7247\u571f\u5730\u4e0a\u4ece\u53e4\u81f3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2511"};
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 () {
}
});
});
}