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=3424&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: 1745135957,
nonceStr: '9n7kdWOnXIabD78o',
signature: '723ebd93f11f9a73f563276f7c1a2f5b8fefc37c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4e3e\u529e\u5e86\u795d\u5efa\u515a99\u5468\u5e74\u201c\u4e03\u4e00\u201d\u8868\u5f70\u5927\u4f1a","smalltext":"\u5168\u4f53\u8d77\u7acb\uff0c\u594f\u5531\u56fd\u6b4c\u4e3a\u9686\u91cd\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb99\u5468\u5e74\uff0c6\u670828\u65e5\uff0c\u5e02\u7b2c\u4e94\u533b\u9662\u5728\u4e03\u5c42\u4f1a\u8bae\u5ba4\u9686\u91cd\u4e3e\u529e\u201c\u4e03\u4e00\u201d\u8868\u5f70\u5927\u4f1a\u3002\u5e02\u4e94\u9662\u515a\u603b\u652f\u4e66\u8bb0\u3001\u9662\u957f\u5f20\u987a\u82f1\u5728\u4f1a\u4e0a\u4f5c\u91cd\u8981\u8bb2\u8bdd\uff0c\u8868\u5f70\u4f1a\u7531\u5e02\u4e94\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3424"};
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 () {
}
});
});
}