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=3072&classid=5&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: 1747101051,
nonceStr: 'bUTneAxqh1IovFuG',
signature: 'c73a0362e7de66b84878e1f4791ae6bd73270c27',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"59\u5c81\u533b\u751f34\u5e74188\u672c\u201c\u67e5\u623f\u65e5\u8bb0\u201d\u670d\u52a13\u4e07\u591a\u60a3\u8005","smalltext":"\u4e3a\u7262\u8bb0\u75c5\u4eba\u75c5\u60c5\uff0c\u4e00\u4f4d\u8fd16\u65ec\u7684\u8001\u533b\u751f\u53e3\u888b\u91cc\u968f\u65f6\u88c5\u7740\u4e00\u4e2a\u65e5\u8bb0\u672c\uff0c\u8bb0\u5f55\u60a3\u8005\u6bcf\u5929\u8bca\u6cbb\u60c5\u51b5\uff0c\u8ba9\u60a3\u8005\u53ca\u5bb6\u5c5e\u5907\u611f\u6e29\u6696\u548c\u8e0f\u5b9e\u3002 \u5fc3\u5185\u4e00\u79d1\u4e3b\u4efb\u7533\u5723\u6625\u4ece\u533b\u51e0\u5341\u5e74\u6765\uff0c\u4e60\u60ef\u6bcf\u6b21\u67e5\u623f\u5e26\u7740\u4e00\u4e2a\u201c\u65e5\u8bb0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3072"};
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 () {
}
});
});
}