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=6653&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: 1743703485,
nonceStr: 'TmLgBykBVccP1l9q',
signature: '862ca03191c6ace810552c24794bfa69d9540a2c',
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\u5fc3\u503e\u542c--\u7ed9\u4eba\u6587\u62a4\u7406\u6253\u5f00\u4e00\u6247\u7a97","smalltext":"\u4e00\u4e2a\u773c\u795e\uff0c\u4f20\u8fbe\u4e00\u4efd\u771f\u60c5\uff1b\u4e00\u4e2a\u5fae\u7b11\uff0c\u5206\u4eab\u4e00\u4efd\u9ed8\u5951\uff1b\u7528\u5fc3\u7684\u503e\u542c\uff0c\u4e3a\u4eba\u6587\u5173\u6000\u6253\u5f00\u4e00\u6247\u7a97\u2026\u2026\u8bb0\u5f97\u53bb\u5e74\u7684\u4e00\u4e2a\u4e0b\u5348\uff0c\u4e0a\u73ed\u7684\u6211\u6b63\u5728\u5199\u7535\u5b50\u75c5\u5386\uff0c\u7a81\u7136\u542c\u5230\u75c5\u623f\u6709\u4eba\u5728\u4f4e\u58f0\u54ed\u6ce3\uff0c\u6211\u5c31\u987a\u7740\u54ed\u58f0\u627e\u8fc7\u53bb\uff0c\u539f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6653"};
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 () {
}
});
});
}