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=4679&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: 1746159956,
nonceStr: 'MoF1Ot1KHFA5ghpA',
signature: '4ef7baacf6e67d0a58ab1b1df2ff01218aa32164',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662-\u4ece\u5fc3\u51fa\u53d1\uff0c\u8ba9\u667a\u6167\u95e8\u8bca\u60e0\u53ca\u6bcf\u4e2a\u4eba","smalltext":"\u5f53\u524d\uff0c\u56fd\u5185\u533b\u7597\u73b0\u72b6\u4e3a\u60a3\u8005\u5230\u533b\u9662\u770b\u75c5\u9762\u4e34\u6302\u53f7\u3001\u5019\u8bca\u3001\u6536\u8d39\u6392\u961f\u65f6\u95f4\u957f\uff0c\u95ee\u8bca\u65f6\u95f4\u76f8\u5bf9\u77ed\u7684\u95ee\u9898\u3002\u7ad9\u5728\u60a3\u8005\u7684\u7acb\u573a\uff1a\u770b\u4e2a\u75c5\u771f\u7684\u96be\uff0c\u5f80\u5f80\u65f6\u95f4\u6210\u672c\u57282\u5c0f\u65f6\u4ee5\u4e0a\uff1b\u800c\u7ad9\u5728\u533b\u5e08\u7684\u7acb\u573a\uff0c\u4e00\u523b\u4e0d\u505c\uff0c\u9a6c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4679"};
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 () {
}
});
});
}