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=707&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: 1746677844,
nonceStr: '9r0T1kdF4hjNPSCm',
signature: '96008b857a67184236c9474a4f27964788fff3d6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u7b2c34\u6279\u63f4\u82cf\u4e39\u533b\u7597\u961f:\u4e2d\u56fd\u533b\u751f\uff0c\u597d\u6837\u513f\u7684\uff01","smalltext":"\u8fd1\u65e5\uff0c\u4e2d\u56fd\u7b2c34\u6279\u63f4\u82cf\u4e39\u533b\u7597\u961f\u6210\u529f\u5b8c\u6210\u4e00\u4f8b\u5de8\u5927\u8179\u819c\u540e\u56ca\u80bf\u5207\u9664\u624b\u672f\uff0c\u60a3\u8005\u672f\u540e\u6062\u590d\u826f\u597d\u30022019\u5e745\u670827\u65e5\uff0c\u4e2d\u56fd\u63f4\u82cf\u4e39\u533b\u7597\u961f\u9a7b\u963f\u5e03\u6b27\u820d\u53cb\u8c0a\u533b\u9662\u5916\u79d1\u3001\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u666e\u5916\u79d1\u526f\u4e3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=707"};
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 () {
}
});
});
}