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=626&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: 1746315014,
nonceStr: 'NjdgGhyhwCP1Q6RL',
signature: '8bf9127e5883cd91f17bbe371771326971fdac89',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u5bb6\u533b\u9662\u7684\u5fae\u7535\u5f71\u300a\u5929\u4f7f\u4e4b\u5fc3\u300b\u83b7\u5f97\u4e86\u5168\u56fd\u5341\u4f73","smalltext":"\u8fd1\u65e5\uff0c2019\u5e74\u4e2d\u56fd\u62a4\u7406\u7ba1\u7406\u5927\u4f1a\u5728\u8d35\u5dde\u7701\u8d35\u9633\u5e02\u53ec\u5f00\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u62a5\u9001\u7684\u5fae\u7535\u5f71\u300a\u5929\u4f7f\u4e4b\u5fc3\u300b\u4ece\u5168\u56fd1076\u90e8\u53c2\u8d5b\u5f71\u7247\u4e2d\u8131\u9896\u800c\u51fa\uff0c\u4e00\u4e3e\u8363\u83b72019\u5e74\u201c\u5168\u56fd\u62a4\u58eb\u5fae\u7535\u5f71\u8282\u5341\u4f73\u5f71\u7247\u201d\uff0c\u8fd9\u662f\u8be5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=626"};
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 () {
}
});
});
}