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=2925&classid=13&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: 1743785346,
nonceStr: 'f1TaLxTHamEU1soZ',
signature: '5bf3503745602eaa50c7c5653ddcd398e68f97ec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fea\u5e86\u5dde\u4eba\u6c11\u533b\u9662\u773c\u79d1\uff1a\u5343\u91cc\u5149\u660e\u4e00\u7247\u60c5","smalltext":"\u592a\u9633\u6700\u65e9\u7167\u8000\u7684\u5730\u65b9\uff0c\u662f\u4e1c\u65b9\u7684\u5efa\u5858\uff1b\u4eba\u95f4\u6700\u6b8a\u80dc\u7684\u5730\u65b9\uff0c\u662f\u5976\u5b50\u6cb3\u7554\u7684\u9999\u683c\u91cc\u62c9\u3002\u5728\u5efa\u5858\u8349\u539f\u873f\u8712\u7684\u5976\u5b50\u6cb3\u7554\uff0c\u662f\u683c\u6851\u82b1\u76db\u5f00\u7684\u5730\u65b9\uff0c\u8fd9\u91cc\u7269\u534e\u5929\u5b9d\u3001\u4eba\u6770\u5730\u7075\uff1b\u8fd9\u91cc\u662f\u6ec7\u897f\u5317\u9ad8\u539f\u4e0a\u4e00\u7247\u4e16\u4eba\u5411","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2925"};
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 () {
}
});
});
}