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=4202&classid=14&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: 1743764593,
nonceStr: 'DLScJsm1bEzw9OUP',
signature: '3dd0e62dfe98a7e8beb0a9cd29e415e2187d9de4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u516d\u3011\u8def\u6f14\u6709\u54ea\u4e9b\u6f5c\u89c4\u5219\uff1f\u4f1a\u573a\u6709\u6ca1\u6709\u60ca\u559c\uff1f","smalltext":"\u6628\u5929\u665a\u4e0a\u548c\u4eca\u5929\u4e0a\u5348\uff0c\u6211\u4eec\u9646\u7eed\u63a5\u5230\u51e0\u5bb6\u533b\u9662\u597d\u670b\u53cb\u7684\u7535\u8bdd\uff0c\u56e0\u4e3a\u79c1\u4ea4\u90fd\u4e0d\u9519\uff0c\u5927\u5bb6\u8bf4\u8bdd\u90fd\u5f88\u5766\u8bda\u3002\u5927\u5bb6\u5728\u79ef\u6781\u51c6\u5907\u53c2\u52a0\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u7684\u540c\u65f6\uff0c\u54a8\u8be2\u4e86\u6211\u4eec\u80fd\u4e0d\u80fd\u8fdb\u516536\u5f3a\u7684\u95ee\u9898\uff0c\u611f\u8c22","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=4202"};
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 () {
}
});
});
}