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=3440&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: 1745136186,
nonceStr: 'Gobl5IlJZ7m4ZLzI',
signature: '87a07904636e6b5f8e016a1e5c8c76829122579c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u9910\u4e00\u996d\u7cfb\u5fc3\u95f4 \u5173\u6000\u60a3\u8005\u76ef\u7ec6\u8282","smalltext":"\u7a81\u53d1\u75be\u75c5\u5165\u9662\uff0c\u5e38\u5e38\u987e\u4e0d\u4e0a\u5403\u996d\uff1b\u5306\u5fd9\u529e\u7406\u51fa\u9662\uff0c\u53c8\u9519\u8fc7\u4e86\u996d\u70b9...\u5728\u533b\u9662\u5c31\u8bca\u65f6\uff0c\u9762\u5bf9\u8fd9\u6837\u7684\u60c5\u51b5\uff0c\u60a3\u8005\u5f80\u5f80\u9009\u62e9\u201c\u5c11\u5403\u4e00\u987f\u7b97\u4e86\u201d\u6765\u5e94\u5bf9\u3002\u65e5\u524d\uff0c\u5b89\u5fbd\u7701\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u4ece\u7ec6\u8282\u51fa\u53d1\uff0c\u901a\u8fc7\u6696","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3440"};
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 () {
}
});
});
}