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=3924&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: 1746613408,
nonceStr: 'vc6VRPVXWGCotHWv',
signature: 'f58e9ef3914fd79520ca9e98a81ecfe04cd8849e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u6696\u5fc3\uff01\u533b\u751f\u4f17\u7b79\u8d44\u91d1 \u60a3\u8005\u6ca1\u82b1\u4e00\u5206\u94b1\u5b8c\u6210\u624b\u672f","smalltext":" \u201c\u611f\u8c22\u5f20\u4e3b\u4efb\u548c\u533b\u751f\u4eec\u5904\u5904\u4e3a\u6211\u7740\u60f3\uff01\u4e0d\u4ec5\u8ba9\u6211\u6ca1\u82b1\u4e00\u5206\u94b1\uff0c\u8fd8\u6cbb\u597d\u4e86\u56f0\u6270\u591a\u5e74\u7684\u987d\u75be\u3002\u6211\u4ee5\u540e\u6211\u4e00\u5b9a\u8981\u597d\u597d\u751f\u6d3b\uff0c\u4e0d\u8f9c\u8d1f\u5927\u5bb6\u5bf9\u6211\u7684\u5e2e\u52a9\u3002\u201d1\u670812\u65e5\u4e0a\u5348\uff0c\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u795e\u7ecf\u5916\u79d1\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3924"};
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 () {
}
});
});
}