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=167&classid=11&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: 1744899282,
nonceStr: 'aNotJx0n5xBinltR',
signature: '0938b36413b96a0634ec820d2d735f1d389a787a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76d0\u57ce\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u7528\u5fae\u7535\u5f71 \u8fdb\u884c\u533b\u9662\u6587\u5316\u4f20\u64ad","smalltext":"\u968f\u7740\u6211\u56fd\u533b\u836f\u536b\u751f\u4f53\u5236\u6539\u9769\u7684\u6df1\u5165\u63a8\u8fdb\uff0c\u533b\u9662\u6587\u5316\u4e3a\u533b\u9662\u7684\u6539\u9769\u53d1\u5c55\u63d0\u4f9b\u4e86\u575a\u5f3a\u4fdd\u969c\u548c\u5f3a\u52b2\u52a8\u529b\u3002\u533b\u9662\u6838\u5fc3\u7ade\u4e89\u529b\u7684\u57fa\u7840\u5373\u4e3a\u533b\u9662\u6587\u5316\uff0c\u56e0\u6b64\u521b\u5efa\u5148\u8fdb\u7684\u533b\u9662\u6587\u5316\u5bf9\u533b\u9662\u7684\u5feb\u901f\u53d1\u5c55\u6709\u7740\u6df1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=167"};
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 () {
}
});
});
}