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=3535&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: 1745119175,
nonceStr: '7hL2LCjwTIkZgGza',
signature: '76fad82a69f6f2f0ffbdaa2e7b06f89e8ea650c1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u4e58\u98ce\u7834\u6d6a\u7684\u533b\u533b\u5b50\uff0c\u533b\u62a4\u7248\u65e0\u4ef7\u4e4b\u59d0","smalltext":"\u4e3a\u4e86\u201c\u529d\u4eba\u201d\u5b66\u533b\uff0c\u8fd9\u7fa4\u4eba\u62fc\u4e86\uff01\u533b\u62a4\u7248\u201c\u65e0\u4ef7\u4e4b\u59d0\u201d\uff0c\u558a\u8bdd\u8003\u751f\u586b\u62a5\u533b\u5b66\u8fd1\u65e5\uff0c2020\u5e74\u201c\u9ad8\u8003\u6210\u7ee9\u201d\u653e\u699c\u4e86\u53e6\u4e00\u573a\u51b3\u5b9a\u4eba\u751f\u65b9\u5411\u7684\u91cd\u8981\u9009\u62e9\u2014\u2014\u586b\u62a5\u5fd7\u613f\uff0c\u6765\u4e86\uff01\u6709\u53e5\u4fd7\u8bdd\u201c\u529d\u4eba\u5b66\u533b\uff0c\u5929\u6253**\u201d\u4f46","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3535"};
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 () {
}
});
});
}