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=4955&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: 1743705206,
nonceStr: 'g6owCveG73q4u2EU',
signature: '02561626e23dfc51aa6a190fd9b185c9ddda3a13',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3-\u513f\u79d1","smalltext":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u513f\u79d1\uff0c\u7531\u6211\u56fd\u8457\u540d\u513f\u79d1\u4e13\u5bb6\u6c88\u9645\u768b\u6559\u6388\u4e8e1960 \u5e74\u7ec4\u5efa\uff0c\u7ecf\u8fc7 60 \u591a\u5e74\u7684\u52aa\u529b\uff0c\u5df2\u53d1\u5c55\u6210\u4e3a\u6709\u7740\u7cbe\u6e5b\u8bca\u7597\u6280\u672f\u3001\u5148\u8fdb\u8bca\u6cbb\u8bbe\u5907\u548c\u4f5c\u98ce\u4f18\u826f\u7684\u513f\u7ae5\u533b\u7597\u3001\u6559\u5b66\u548c\u79d1\u7814\u57fa\u5730\u3002\u62e5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4955"};
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 () {
}
});
});
}