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=3858&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: 1745109507,
nonceStr: 'Z5J9u119McbH1mvC',
signature: 'c92caed0d22b2f97f350d4105e8f4b13cb438c81',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u591a\u5b66\u79d1\u63a5\u529b\u624b\u672f\uff0c\u4e3a\u516d\u65ec\u60a3\u8005\u201c\u67e5\u6f0f\u8865\u7f3a\u201d","smalltext":" \u672f\u524d\uff1a\u60a3\u8005\u75c5\u60c5\u590d\u6742\uff0c\u9ad8\u8840\u538b3\u7ea7\uff08\u6781\u9ad8\u5371\uff09\u3001\u51a0\u5fc3\u75c5\u3001\u4e0d\u7a33\u5b9a\u578b\u5fc3\u7ede\u75db\u3001\u53cc\u80be\u52a8\u8109\u72ed\u7a84\uff0c\u8fd8\u6709\u8179\u4e3b\u52a8\u8109\u7624\u652f\u67b6\u690d\u5165\u672f\u5185\u6f0f\u2026\u2026 \u672f\u540e\uff1a\u60a3\u8005\u4e00\u8eab\u8f7b\u677e\uff0c\u201c\u539f\u6765\u6bcf\u5929\u90fd\u4f1a\u80f8\u75db\u80f8\u95f7\uff0c\u8ba9\u6211\u5fc3\u70e6\u6c14","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3858"};
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 () {
}
});
});
}