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=2465&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: 1746164587,
nonceStr: '0JDzbpx9YwZsNPx4',
signature: '87cb6fa7251f7d4a39e071e30c6b2c6ebc180f80',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u738b\u5e86\u6765\uff1a\u8fd0\u7b79\u5e37\u5e44\uff0c\u8eab\u5148\u58eb\u5352","smalltext":"\u4e3a\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u5f70\u663e\u51fa\u201c\u5927\u533b\u7cbe\u8bda\u3001\u4ec1\u672f\u666e\u5b89\u201d\u7684\u58ee\u4e3d\u51ef\u6b4c\u3002\u8fd0\u7b79\u5e37\u5e44\uff0c\u8eab\u5148\u58eb\u5352\uff0c\u9762\u5bf9\u6765\u52bf\u6c79\u6c79\u7684\u75ab\u60c5\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u738b\u5e86\u6765\u5e26\u9886\u73ed\u5b50\u6709\u6761\u4e0d\u7d0a\u5730\u68b3\u7406\u597d\u5404\u9879\u5de5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2465"};
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 () {
}
});
});
}