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=3933&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: 1745108996,
nonceStr: 'o5vp19IVmNZWFNEm',
signature: 'a0bc32309a4c8377de596e2f9e39ab97a39dfa85',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u771f\u60c5\u670d\u52a1\u65e0\u58f0\u4f20\u9012","smalltext":" 1\u670815\u65e5\u665a19\u65f6\uff0c\u5927\u5385\u60a3\u8005\u9010\u6e10\u51cf\u5c11\uff0c\u7a81\u7136\u8fdb\u6765\u4e00\u4f4d\u5927\u5988\u201c\u554a\u554a\u201d\u4e24\u58f0\uff0c\u62ff\u51fa\u624b\u673a\u7ed9\u81ea\u5df1\u5bb6\u5c5e\u6253\u8d77\u4e86\u89c6\u9891\u7535\u8bdd\uff0c\u770b\u5979\u7126\u6025\u7684\u6837\u5b50\uff0c\u6211\u6ca1\u6562\u6253\u6270\u5979\uff0c\u770b\u7740\u5979\u5bf9\u89c6\u9891\u6bd4\u5212\u7740\u624b\u8bed\uff0c\u6211\u8fd9\u624d\u610f\u8bc6\u5230\u5927\u5988\u662f\u4e00\u4f4d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3933"};
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 () {
}
});
});
}