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=4276&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: 1744969709,
nonceStr: 'VlWK3IzNIG5pgOMR',
signature: '71e0dbd780e245a5d8b2e970cd265041c52748f8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u201c\u660e\u7406\u2022\u589e\u4fe1\u2022\u5d07\u5fb7\u2022\u529b\u884c\u201d\u804c\u5de5\u6587\u5316\u6708\u6d3b\u52a8\u6b63\u5f0f\u542f\u52a8","smalltext":" 4\u670825\u65e5\u4e0b\u5348\uff0c\u5728\u6fc0\u6602\u7684\u300a\u5173\u7231\uff0c\u56e0\u6211\u5728\u300b\u9662\u6b4c\u58f0\u4e2d\uff0c\u533b\u9662\u7b2c\u5341\u4e09\u5c4a\u201c\u660e\u7406\u00b7\u589e\u4fe1\u00b7\u5d07\u5fb7\u00b7\u529b\u884c\u201d\u804c\u5de5\u6587\u5316\u6708\u6d3b\u52a8\u6b63\u5f0f\u62c9\u5f00\u4e86\u5e8f\u5e55\u3002\u5168\u4f53\u9662\u9886\u5bfc\u73ed\u5b50\u6210\u5458\u3001\u4e2d\u5c42\u5e72\u90e8\u3001\u804c\u5de5\u4ee3\u8868\u5171120\u4f59\u540d\u53c2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4276"};
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 () {
}
});
});
}