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=2644&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: 1746165097,
nonceStr: 'WpUgRkAakY6Kx5br',
signature: '09f83b3c697b19f6c3d40f2a7289b716a53205db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91b4\u9675\u5e02\u5987\u5e7c\u4fdd\u5065\u8ba1\u5212\u751f\u80b2\u670d\u52a1\u4e2d\u5fc3\u4ea7\u79d1\uff1a\u63d0\u5347\u670d\u52a1\u6548\u80fd\uff0c\u7f14\u9020\u5320\u5fc3\u6977\u6a21","smalltext":"\u91b4\u9675\u5e02\u5987\u5e7c\u4fdd\u5065\u8ba1\u5212\u751f\u80b2\u670d\u52a1\u4e2d\u5fc3\u662f\u4e00\u6240\u96c6\u4fdd\u5065\u3001\u533b\u7597\u3001\u6025\u6551\u3001\u9884\u9632\u548c\u79d1\u7814\u6559\u5b66\u4e3a\u4e00\u4f53\u7684\u56fd\u5bb6\u4e8c\u7ea7\u7532\u7b49\u5987\u5e7c\u4fdd\u5065\u673a\u6784\u3001\u56fd\u5bb6\u201c\u7231\u5a74\u533b\u9662\u201d\u3002\u8fd1\u51e0\u5e74\u6765,\u76f8\u7ee7\u901a\u8fc7\u56fd\u5bb6\u5987\u5e7c\u5065\u5eb7\u4f18\u8d28\u670d\u52a1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2644"};
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 () {
}
});
});
}