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=277&classid=12&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: 1743764479,
nonceStr: '3eXuOrwJ7v81rZ4F',
signature: '5a43077d507d6c267f2f1ae8783f0aaf8fe568ae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u9648\u6cfd\u6797\uff1a\u9ed1\u767d\u7070\u5f71\u50cf\u91cc\u768458\u5e74","smalltext":"80\u5c81\u7684\u9648\u6cfd\u6797\u51b3\u5b9a\u4ece\u9ed1\u767d\u7070\u7684\u5f71\u50cf\u91cc\u201c\u9000\u573a\u201d\u4e86\uff0c\u5728\u4ed6\u529e\u5b8c\u79bb\u804c\u624b\u7eed\u7684\u5f53\u5929\uff0c\u6211\u4e3b\u52a8\u53bb\u62dc\u89c1\u4e86\u8fd9\u4f4d\u65b0\u90fd\u7684\u5f71\u50cf\u5148\u884c\u8005\u3002\u7626\u7626\u7684\u4e2a\u5b50\uff0c\u7a33\u5065\u7684\u811a\u6b65\uff0c\u6de1\u6de1\u7684\u7b11\u5bb9\uff0c\u773c\u795e\u65e0\u6bd4\u575a\u5b9a\uff0c\u5c31\u662f\u8fd9\u53cc\u773c\u775b\uff0c\u572858\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=277"};
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 () {
}
});
});
}