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=4309&classid=5&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: 1744969532,
nonceStr: 'I5VMyPh1hnCyt35T',
signature: '527b66531f1b5e804b95184ac45cb7760d609fb1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u7389\u5170\u82b1\u5f00","smalltext":"\u6625\u65e5\u7684\u6696\u9633\u900f\u8fc7\u7a97\u6237\uff0c\u659c\u659c\u7684\u7167\u572820\u53f7\u75c5\u5e8a\u4e0a\uff0c\u75c5\u5e8a\u4e0a\u6563\u843d\u7684\u9cde\u5c51\u5728\u9633\u5149\u7684\u7167\u5c04\u4e0b\u6cdb\u7740\u5fae\u5fae\u767d\u5149\uff0c\u5206\u5916\u523a\u773c\u3002\u5e8a\u65c1\u7ad9\u7740\u6628\u5929\u521a\u5165\u9662\u7684\u75c5\u4eba\uff0c\u4e00\u4e2a\u4e2d\u5e74\u7684\u7537\u58eb\uff0c\u82cd\u767d\u800c\u9634\u90c1\u7684\u8138\uff0c\u5355\u8584\u7684\u8eab\u4f53\u5728\u9633\u5149\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4309"};
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 () {
}
});
});
}