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=2904&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: 1743764435,
nonceStr: 'Pr6rTqhaPsv1p9FF',
signature: '01b833455afdd125ad67c46a255a20d82cf7bdd2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u6cfe\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u96c6\u4e2d\u9694\u79bb\u89c2\u5bdf\u70b9\u7684\u6e29\u60c5\u5b88\u62a4","smalltext":"\u201c\u8c28\u4ee3\u8868\u4f4f\u5728\u9152\u5e97\u768411\u4f4d\u6e56\u5317\u9886\u961f\uff0c\u611f\u8c22\u4e0a\u6d77\u653f\u5e9c\uff0c\u611f\u8c22\u9152\u5e97\u6240\u6709\u5de5\u4f5c\u4eba\u5458\u548c\u533b\u7597\u961f\u5458\u5bf9\u6211\u4eec\u7684\u6089\u5fc3\u7167\u987e\u3002\u5e0c\u671b\u5927\u5bb6\u5728\u8f9b\u82e6\u4e4b\u4f59\uff0c\u4e5f\u80fd\u7167\u987e\u597d\u81ea\u5df1\uff01\u201d1\u670827\u65e5\uff0c\u4e00\u5f20\u8d3a\u5361\u9001\u5230\u4e86\u96c6\u4e2d\u9694\u79bb\u89c2\u5bdf\u70b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2904"};
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 () {
}
});
});
}