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=147&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: 1745900039,
nonceStr: '0w4To6s58on2NTco',
signature: 'e15cf6026f28cdd09b5b7037cb9bf84c2a6838b5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c55\u5934\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u505a\u8001\u767e\u59d3\u4f9d\u8d56\u7684\u4eb2\u6c11\u533b\u9662","smalltext":"\u6c55\u5934\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u521b\u5efa\u4e8e1863\u5e74\uff0c\u524d\u8eab\u4e3a\u82f1\u56fd\u57fa\u7763\u6559\u957f\u8001\u4f1a\u4f1a\u521b\u529e\u7684\u6c55\u5934\u798f\u97f3\u533b\u9662\u3002\u53ef\u4e0e\u5e02\u5185\u5176\u4ed6\u7efc\u5408\u6027\u533b\u9662\u76f8\u6bd4\uff0c\u8fd9\u6240\u5386\u53f2\u60a0\u4e45\u7684\u533b\u9662\u5360\u5730\u9762\u79ef\u53ea\u670923\u4ea9\uff0c\u662f\u6c55\u5934\u5e02\u6700\u201c\u8896\u73cd\u201d\u7684\u4e09\u7ea7\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=147"};
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 () {
}
});
});
}