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=6534&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: 1743703334,
nonceStr: 'qGQN5bCc22kgCJlM',
signature: '3046ed8f69b7c5396a8cdb7a47152e3a7646b67a',
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\u8ba9\u60a3\u513f\u6c90\u6d74\u5728\u201c\u9633\u5149\u201d\u4e0b","smalltext":"\u6211\u662f\u4e00\u540d70\u540e\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u662f\u770b\u7740\u300a\u96f7\u950b\u65e5\u8bb0\u300b\u3001\u5531\u7740\u300a\u5b66\u4e60\u96f7\u950b\u597d\u699c\u6837\u300b\u6210\u957f\u8d77\u6765\u7684\u3002\u56de\u9996\u621125\u5e74\u7684\u5b66\u96f7\u950b\u5fd7\u613f\u670d\u52a1\u7ecf\u5386\uff0c\u4ece\u6700\u5f00\u59cb\u4e00\u4e2a\u4eba\u505a\uff0c\u5230\u53d1\u52a8\u5927\u5bb6\u4e00\u8d77\u505a\uff0c\u4e0d\u65ad\u521b\u65b0\u5fd7\u613f\u670d\u52a1\u9879\u76ee\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6534"};
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 () {
}
});
});
}