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=5128&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: 1743764383,
nonceStr: 'bsxCdXPFATN8TlbC',
signature: '4d56ab4707ddd29e0d2ff2efb8d47f8a9f3a8d35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7cbe\u51c6\u533b\u5b66\u79d1\u6280\u60e0\u6c11\uff0c\u5408\u9020\u51fa\u751f\u7f3a\u9677\u9632\u63a7\u201c\u97f6\u5173\u6a21\u5f0f\u201d","smalltext":"12\u670829\u65e5\u4e0a\u5348\uff0c\u97f6\u5173\u5e02\u4eba\u6c11\u653f\u5e9c\u4e0e\u6df1\u5733\u534e\u5927\u57fa\u56e0\u79d1\u6280\u6709\u9650\u516c\u53f8\uff08\u4ee5\u4e0b\u7b80\u79f0\u534e\u5927\u57fa\u56e0\uff09\u6218\u7565\u534f\u8bae\u3001\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e0e\u534e\u5927\u57fa\u56e0\u5408\u4f5c\u534f\u8bae\u7b7e\u7f72\u4eea\u5f0f\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u5065\u5eb7\u7cbe\u51c6\u533b\u5b66\u4e2d\u5fc3\u3001\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5128"};
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 () {
}
});
});
}