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=4936&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: 1746121021,
nonceStr: 'GeymYPLRHf3vnTU7',
signature: '8425cd102bcf90cb969ff0ece1b8ae0b09566651',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662-\u9996\u5c4a\u4eba\u6587\u89c6\u9891\u5927\u8d5b","smalltext":"\u5e73\u6d32\u533b\u7597\u96c6\u56e2\u9996\u5c4a\u4eba\u6587\u89c6\u9891\u5927\u8d5b \u4e3a\u8fce\u63a5\u7b2c\u56db\u5c4a\u4e2d\u56fd\u533b\u5e08\u8282\uff0c\u5f18\u626c\u533b\u7597\u9886\u57df\u6b63\u80fd\u91cf\uff0c\u5c55\u73b0 \u65b0\u65f6\u4ee3\u533b\u5e08\u826f\u597d\u5f62\u8c61\uff0c8 \u6708 15 \u65e5\uff0c\u5e73\u6d32\u533b\u7597\u96c6\u56e2\u5728\u5e73\u660c\u53bf\u4eba \u6c11\u533b\u9662\u4e3e\u529e\u4e86\u9996\u5c4a\u4eba\u6587\u89c6\u9891\u5927\u8d5b\u9881\u5956\u4eea","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4936"};
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 () {
}
});
});
}