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=6749&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: 1743633014,
nonceStr: 'yZzITXQgMWSvlcG4',
signature: '2836eec42d8f6297d2358cb0cca1d99c1699579c',
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\u4e2d\u56fd\u533b\u5e08\u8282\uff0c\u6211\u8981\u9001\u4f60\u7279\u522b\u7684\u793c\u7269","smalltext":"\u4e00\u4e2a\u9633\u5149\u660e\u5a9a\u7684\u6e05\u6668\uff0c\u4e00\u4f4d\u5988\u5988\u5e26\u7740\u5e74\u5e7c\u7684\u5973\u513f\u6765\u5230\u5e02\u513f\u7ae5\u533b\u9662\uff0c\u7ed9\u5fc3\u810f\u4e2d\u5fc3\u56e2\u961f\u4ee5\u53ca\u79d1\u4e3b\u4efb\u7fdf\u5149\u5730\u9001\u6765\u4e86\u4e00\u9762\u9526\u65d7\u548c\u4e00\u4e2a\u7cbe\u81f4\u7684\u76d2\u5b50\u3002\u6253\u5f00\u76d2\u5b50\uff0c\u4e00\u4e2a\u6839\u636e\u7fdf\u5149\u5730\u5de5\u4f5c\u72b6\u6001\u5b9a\u5236\u7684\u624b\u5de5\u9676\u5076","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6749"};
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 () {
}
});
});
}