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=5268&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: 1743764382,
nonceStr: 'JxV8rqXW5lmCKXgu',
signature: '3f366b285dca44be8f26432d5213a4fb856823f2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u63f4\u975e\u533b\u751f\u8fdc\u65b9\u7684\u575a\u5b88 \u7528\u884c\u52a8\u4e66\u5199\u5927\u7231\u65e0\u56fd\u754c","smalltext":"\u5728\u95fd\u4e1c\u533b\u9662\uff0c\u4e5f\u6709\u4e00\u7fa4\u8fdc\u8d74\u975e\u6d32\u7684\u533b\u7597\u5de5\u4f5c\u8005\uff0c\u4ed6\u4eec\u7528\u81ea\u5df1\u7684\u533b\u8005\u4ec1\u5fc3\u3001\u6280\u672f\u7cbe\u6e5b\u548c\u575a\u97e7\u4e0d\u62d4\uff0c\u5199\u4e0b\u4e86\u63f4\u975e\u533b\u7597\u7684\u52a8\u4eba\u6545\u4e8b\uff0c\u83b7\u5f97\u975e\u6d32\u4eba\u6c11\u7684\u8d5e\u8a89\u3002\u5728\u63f4\u975e\u7684\u8fd9\u6bb5\u65f6\u95f4\u91cc\uff0c\u533b\u7597\u961f\u5458\u5728\u975e\u6d32\u5de5\u4f5c\u600e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5268"};
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 () {
}
});
});
}