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=2636&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: 1743764932,
nonceStr: 'VPUCLXgApWYOzCzn',
signature: '4f708785fa5ab2b94c39866784c4173a0e404787',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u8033\u9f3b\u54bd\u5589\u5934\u9888\u5916\u79d1\uff1a\u7528\u521b\u65b0\u70b9\u7f00\u533b\u7597\uff0c\u8ba9\u8fdb\u6b65\u89e3\u51b3\u75c5\u75db","smalltext":"\u5728\u4e2d\u56fd\u7684\u56db\u5ddd\u4e2d\u897f\u90e8\u5730\u533a\uff0c\u6709\u4e00\u5ea7\u88ab\u8a89\u4e3a\u201c\u6050\u9f99\u4e4b\u4e61\u3001\u5343\u5e74\u76d0\u90fd\u3001\u7f8e\u98df\u4e4b\u5e9c\u3001\u5357\u56fd\u706f\u57ce\u201d\u7684\u57ce\u5e02---\u56db\u5ddd\u81ea\u8d21\uff0c\u81ea\u8d21\u6709\u7740\u5343\u5e74\u7684\u4e95\u76d0\u5386\u53f2\uff0c\u4e5f\u6709\u7740\u707f\u70c2\u7684\u6c11\u4fd7\u6587\u5316\u4f20\u627f\uff0c\u6bcf\u5e74\u7684\u6211\u5e02\u4e3e\u529e\u7684\u56fd\u9645","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2636"};
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 () {
}
});
});
}