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=4759&classid=11&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: 1743764479,
nonceStr: 'xjzRtQwcpAqS96is',
signature: '0a20b8d12f10c7f34634ac7f4dbfb33eb465d62a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cf0\u5b89\u5e02\u7acb\u533b\u9662-\u7528\u5fc3\u6253\u9020\u533b\u9662\u201c\u6696\u201d\u6587\u5316","smalltext":"\u4e3a\u6df1\u5165\u63a8\u8fdb\u4eba\u6587\u533b\u9662\u5efa\u8bbe\uff0c\u7262\u56fa\u6811\u7acb\u4ee5\u4eba\u4e3a\u672c\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\uff0c\u63d0\u5347\u7fa4\u4f17\u5c31\u533b\u548c\u533b\u52a1\u4eba\u5458\u884c\u533b\u611f\u53d7\uff0c\u7528\u5fc3\u6253\u9020\u533b\u9662\u201c\u6696\u201d\u6587\u5316\uff0c\u6cf0\u5b89\u5e02\u7acb\u533b\u9662\u5f00\u5c55\u4e86\u7cfb\u5217\u6d3b\u52a8\uff0c\u5305\u62ec\u60a3\u8005\u670d\u52a1\u3001\u5458\u5de5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4759"};
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 () {
}
});
});
}