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=6743&classid=14&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: 1743633012,
nonceStr: '4BZLxPoodlGGThsE',
signature: '85f74a9a82bbd2803e179c7132f000c5fa48fcb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7528\u7f8e\u70b9\u4eae\u533b\u5b66\u7684\u201c\u6e29\u5ea6\u201d","smalltext":"\u5927\u767d\u5899\u3001\u65e5\u5149\u706f\u3001\u7d20\u8272\u74f7\u7816\u3001\u84dd\u8272\u7a97\u5e18\u2026\u2026\u8fd9\u6050\u6015\u662f\u7edd\u5927\u591a\u6570\u4eba\u5bf9\u533b\u9662\u7684\u201c\u523b\u677f\u5370\u8c61\u201d\u3002\u786e\u5b9e\uff0c\u5728\u8fc7\u53bb\u5f88\u957f\u4e00\u6bb5\u65f6\u95f4\u91cc\uff0c\u8fd9\u663e\u7136\u662f\u5f88\u591a\u533b\u7597\u673a\u6784\u5728\u8fdb\u884c\u88c5\u4fee\u88c5\u9970\u65f6\u7684\u9996\u9009\u65b9\u6848\u3002\u4f46\u968f\u7740\u7ecf\u6d4e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6743"};
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 () {
}
});
});
}