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=3210&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: 1745151069,
nonceStr: 'gjk4qXi7Mo31bcG0',
signature: '2241baa8a92aed6a0fa35c736eccc16a63d5abb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u7537\u201d\u4e01\u683c\u5c14\uff0c\u201c\u75ab\u201d\u5f80\u76f4\u524d","smalltext":"\u4e3a\u8fce\u63a5\u7b2c109\u4e2a5.12\u56fd\u9645\u62a4\u58eb\u8282\u7684\u5230\u6765\uff0c\u5c55\u73b0\u4e2d\u5fc3\u533b\u9662\u7537\u62a4\u58eb\u7cbe\u795e\u98ce\u8c8c\uff0c5\u67088\u65e5\u4e0b\u5348\uff0c\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u4e3e\u529e\u201c\u7537\u201d\u4e01\u683c\u5c14\u4e3b\u9898\u4ea4\u6d41\u4f1a\uff0c\u5e76\u901a\u8fc7\u6e05\u6cb3\u878d\u5a92\u5e73\u53f0\u8fdb\u884c\u4e86\u7f51\u7edc\u76f4\u64ad\u3002\u4e00\u90e8\u300a\u5de5\u4f5c\u4e2d\u7684\u4ed6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3210"};
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 () {
}
});
});
}