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=4523&classid=11&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: 1746164883,
nonceStr: 'JD1DLhV1k1X62Slp',
signature: '0c657ff79e43317be3df37aa254c47f0b472dfcf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u4e9a\u4e2d\u5fc3\u533b\u9662\uff08\u6d77\u5357\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09-\u5148\u884c\u5148\u8bd5\u5584\u4f5c\u5584\u6210\uff0c\u7279\u8272\u533b\u8054\u4f53\u6a21\u5f0f","smalltext":"\u5728\u6211\u9662\u515a\u59d4\u9886\u5bfc\u73ed\u5b50\u7684\u6b63\u786e\u9886\u5bfc\u53ca\u5168\u4f53\u804c\u5de5\u7684\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u4ee5\u4e09\u4e9a\u4e2d\u5fc3\u533b\u9662\uff08\u6d77\u5357\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u4e3a\u7275\u5934\u5355\u4f4d\u7684\u533a\u57df\u533b\u8054\u4f53\u5448\u73b0\u51fa\u826f\u597d\u7684\u53d1\u5c55\u52bf\u5934\uff0c\u5728\u533b\u8054\u4f53\u5efa\u8bbe\u4e2d\u53d1\u6325\u743c\u5357\u7591\u96be\u91cd\u75c7\u8bca\u7597\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4523"};
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 () {
}
});
});
}