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=4282&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: 1744971334,
nonceStr: 'mtiru9bXLSV5npFf',
signature: '5f669804e0e436c5f8b0d3ee1ef3ea9ed830dc7d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u5341\u4e07\u91cc\u4e0b\u4e61\u8def\uff0c\u516b\u4f59\u8f7d\u6696\u6c11\u5fc3","smalltext":"\u8fd1\u65e5\uff0c\u6d1e\u5934\u533a\u5927\u95e8\u9547\u7684\u6797\u5973\u58eb\u4ee3\u7236\u4eb2\u9001\u6765\u4e86\u4e00\u679a\u5199\u6709\u201c\u533b\u672f\u7cbe\u6e5b\u3001\u70ed\u5fc3\u4e3a\u6c11\u201d\u7684\u9526\u65d7\uff0c\u9ad8\u5ea6\u8d5e\u626c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u4e3b\u4efb\u4e2d\u533b\u5e08\u6b27\u9633\u94a6\u7684\u533b\u8005\u62c5\u5f53\u548c\u4ec1\u5fc3\u4ec1\u672f\uff0c\u7531\u6b64\u4e5f\u5f15\u51fa\u4e86\u8fd9\u4f4d\u533b\u751f\u516b\u5e74\u5982\u4e00\u65e5\u575a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4282"};
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 () {
}
});
});
}