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=2674&classid=13&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: 1746165537,
nonceStr: 'znR4exx7Sb9CZCm2',
signature: 'ad1c1049999c920aad1466f69a4dcdd51d43abd4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u533b\u533b\u9662\u201c\u674f\u4e4b\u82b1\u201d\u4e2d\u533b\u4fdd\u5065\u8bb2\u5e08\u56e2\uff1a\u4f20\u4e2d\u533b\u4e4b\u9b45 \u6388\u5065\u5eb7\u4e4b\u6e14","smalltext":" \u201c\u674f\u4e4b\u82b1\u201d\u4e2d\u533b\u4fdd\u5065\u5fd7\u613f\u8bb2\u5e08\u56e2\u6210\u7acb\u4e8e2012\u5e74\uff0c\u662f\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u533b\u533b\u9662\u5728\u533a\u8001\u5e74\u5927\u5b66\u5f00\u8bbe\u7684\u7cbe\u54c1\u8bfe\u7a0b\u5e08\u8d44\uff0c\u73b0\u6709\u6210\u545816\u540d\uff0c\u8bb2\u5e08\u56e2\u5f00\u73ed\u81f3\u4eca8\u5e74\u4f59\uff0c\u4e00\u5e742\u5b66\u671f\uff0c\u6bcf\u5b66\u671f16\u6b21\u8bfe\uff0c\u53c2\u52a0\u57f9\u8bad\u5b66\u5458640","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2674"};
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 () {
}
});
});
}