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=3665&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: 1745119839,
nonceStr: 'k3Hep5hgNCGetLwc',
signature: '41f1b09045bac0c83cb48979c3b54936ae76b9b5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u8587\u7433\u533b\u7597\u7f8e\u5bb9\u533b\u9662:\u4e2d\u56fd\u975e\u516c\u533b\u7597\u673a\u6784\u5bf9\u4e0a\u6d77\u8587\u7433\u533b\u7f8e\u8fdb\u884c\u201c\u53cc\u8bc4\u201d","smalltext":"9\u67083\u65e5\uff0c\u4e0a\u6d77\u8587\u7433\u533b\u7597\u7f8e\u5bb9\u533b\u9662\u63a5\u53d7\u4e862020\u5e74\u4e2d\u56fd\u975e\u516c\u7acb\u533b\u7597\u673a\u6784\u4fe1\u7528\u4e0e\u80fd\u529b\u8bc4\u4ef7\uff0c\u4e13\u5bb6\u6307\u51fa\uff1a\u8be5\u9662\u5448\u73b0\u56db\u5927\u4eae\u70b9\u3002\u4e2d\u56fd\u975e\u516c\u7acb\u533b\u7597\u673a\u6784\u534f\u4f1a\u5e38\u52a1\u526f\u4f1a\u957f\u517c\u79d8\u4e66\u957f\u90dd\u5fb7\u660e\uff0c\u4e2d\u56fd\u975e\u516c\u7acb\u533b\u7597\u673a\u6784","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3665"};
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 () {
}
});
});
}