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=162&classid=12&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: 1743764386,
nonceStr: 'LuymSUhjTDqVFocf',
signature: 'f13496ecfc3dc260b42b9e27c819d4f8e22e6ea2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u6881\u76ca\u5efa","smalltext":"\u201c\u6709\u65f6\u662f\u6cbb\u6108\uff0c\u5e38\u5e38\u662f\u5e2e\u52a9\uff0c\u603b\u662f\u53bb\u5b89\u6170\u201d\uff0c\u8fd9\u662f\u533b\u751f\u7279\u9c81\u591a\u7684\u5893\u5fd7\u94ed\uff0c\u4e5f\u662f\u8fd9\u4e2a\u804c\u4e1a\u5bf9\u4eba\u6587\u7684\u7406\u89e3\u3002\uff0c\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u9aa8\u79d1\u4e3b\u4efb\uff0c\u4e5f\u662f\u5bf9\u4eba\u6587\u533b\u7597\u7684\u6700\u4f73\u8df5\u884c\u8005\u3002\u4ece\u533b\u4e09\u5341\u5e74\u6765\uff0c\u4e00\u8fb9\u7528\u5b5c\u5b5c\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=162"};
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 () {
}
});
});
}