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=1306&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: 1747167538,
nonceStr: 'n9TrYJT6bGwfYAC7',
signature: '841b593b9e296314acbf881beae842eeed21f0ba',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u5ea6\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5947\u8ff9\u51fa\u73b0\u5728\u7535\u9664\u98a426\u6b21\u540e","smalltext":"\u81f4\u547d\u7684\u80f8\u75db\u4e0b\u5348\u4e94\u70b9\u5de6\u53f3\uff0c59\u5c81\u7684\u8001\u6f58\u50cf\u5f80\u5e38\u4e00\u6837\u51c6\u5907\u8d81\u7740\u508d\u665a\u5929\u708e\u70ed\u53bb\u5730\u91cc\u770b\u770b\u3002\u548c\u5f80\u5e38\u4e0d\u540c\u7684\u662f\uff0c\u8fd8\u6ca1\u8d70\u51fa\u5bb6\u95e8\u7684\u4ed6\u89c9\u5f97\u80cc\u90e8\u4e0d\u8212\u670d\u3001\u5934\u6655\u3001\u51fa\u6c57\uff0c\u4ed6\u4ee5\u4e3a\u81ea\u5df1\u5e74\u7eaa\u5927\u4e86\uff0c\u8840\u538b\u6709\u53ef\u80fd\u9ad8\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1306"};
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 () {
}
});
});
}