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=5253&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: 1743764436,
nonceStr: 'zbVWaFVXxKaJWceK',
signature: '146490230ee2bfecec8ba011ed4e2b34160ebec5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6765\u81ea2438\u516c\u91cc\u5916\u7684\u6e29\u6696\u7275\u6302","smalltext":"3\u670813\u65e5\u4e0b\u5348\uff0c\u5b81\u6ce2\u5e02\u8c61\u5c71\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5f90\u9759\u840d\u62a4\u58eb\u957f\u901a\u8fc7\u5fae\u4fe1\u66ff\u5973\u513f\u5411\u6211\u9662\u62a4\u7406\u90e8\u4e3b\u4efb\u8f6c\u6b3e8000\u5143\u3002\u8fd9\u4e9b\u94b1\u662f\u5f90\u9759\u840d\u62a4\u58eb\u957f\u5973\u513f\u7684\u5956\u5b66\u91d1\uff0c\u5f53\u4ece\u5988\u5988\u53e3\u4e2d\u5f97\u77e5\u5728\u6566\u5316\u5e02\u75ab\u60c5\u9632\u63a7\u4e2d\u6566\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5253"};
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 () {
}
});
});
}