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=3000&classid=4&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: 1743632684,
nonceStr: 'mgwxarPmtgXY4Mma',
signature: '8e9fc663c271d4785c8f9597df6a41dde40a27ee',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\uff1a\u56f4\u7ed5\u201c\u8001\u201d\u5b57\u505a\u597d\u201c\u53cb\u5584\u201d\u6587\u7ae0","smalltext":"\u4f5c\u4e3a\u6606\u5c71\u552f\u4e00\u7684\u8001\u5e74\u533b\u9662\uff0c\u8be5\u9662\u628a\u8001\u5e74\u53cb\u5584\u4f5c\u4e3a\u533b\u9662\u53d1\u5c55\u7684\u6c38\u6052\u4e3b\u9898\uff0c\u79c9\u627f\u4ee5\u8001\u4eba\u4e3a\u672c\u7684\u6267\u4e1a\u610f\u8bc6\uff0c\u79ef\u6781\u8df5\u884c\u201c\u539a\u5fb7\u656c\u8001\u3001\u7cbe\u8bda\u4e3a\u533b\u201d\u7684\u9662\u8bad\uff0c\u56f4\u7ed5\u201c\u8001\u201d\u5b57\u505a\u6587\u7ae0\uff0c\u4ece\u670d\u52a1\u6d41\u7a0b\u3001\u8bbe\u65bd\u548c\u73af\u5883\u5168\u9762\u9632\u63a7\u60a3\u8005\u5728\u9662\u671f\u95f4\u5404\u7c7b\u98ce\u9669\uff0c\u4e3a\u8001\u5e74\u60a3\u8005\u63d0\u4f9b\u5b89\u5168\u3001\u53cb\u5584\u3001\u9002\u5b9c\u7684\u533b\u7597\u73af\u5883\uff0c\u63d0\u5347\u884c\u4e1a\u670d\u52a1\u6c34\u5e73\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3000"};
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 () {
}
});
});
}