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=2531&classid=10&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: 1743766784,
nonceStr: 'E1MqJxZbi1zBIAKs',
signature: '86b63207016e1bbc6c4158096771e13fb6e60e02',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u8fd0\u7528\u4eba\u6587\u7406\u5ff5\u548c\u6280\u672f\u6301\u7eed\u6539\u5584\u533b\u7597\u670d\u52a1","smalltext":"\u5c71\u897f\u7701\u513f\u7ae5\u533b\u9662\uff08\u5c71\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff09\u59cb\u5efa\u4e8e1947\u5e74\uff0c\u662f\u4e00\u6240\u62e5\u670972\u5e74\u60a0\u4e45\u5386\u53f2\uff0c\u4e3a\u5e7f\u5927\u5987\u5973\u513f\u7ae5\u63d0\u4f9b\u5168\u65b9\u4f4d\u3001\u591a\u5c42\u6b21\u533b\u7597\u3001\u4fdd\u5065\u3001\u9884\u9632\u3001\u5eb7\u590d\u6280\u672f\u670d\u52a1\u7684\u4e09\u7ea7\u7532\u7b49\u7701\u7ea7\u533b\u9662\u3002\u73b0\u6709\u4e94\u4e00\u8def\u9662\u533a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2531"};
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 () {
}
});
});
}