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=6815&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: 1743697545,
nonceStr: 'PB8s5qtbcAHqlclH',
signature: 'bc75b1d6f958e9faa9d221b82100a971a0eb3de4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u77f3\u5bb6\u5e84\u5e02\u897f\u90e8\u4e2d\u5fc3\u533b\u9662\uff1a\u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"\u8ba9\u60a3\u8005\u50cf\u5411\u9633\u7684\u82b1\u672f\u3001\u50cf\u5411\u65e5\u8475\u4e00\u6837\uff0c\u5728\u533b\u9662\u611f\u5230\u6e29\u6696\u3001\u611f\u5230\u6e29\u99a8\u3002\u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662\uff0c\u4e0d\u65ad\u6539\u5584\u5c31\u8bca\u6d41\u7a0b\uff0c\u63d0\u5347\u533b\u7597\u670d\u52a1\u54c1\u8d28\uff0c\u8ba9\u533b\u9662\u6bcf\u4e00\u4e2a\u89d2\u843d\u90fd\u5145\u6ee1\u6e29\u6696\uff0c\u4e3a\u6bcf\u4e00\u4f4d\u60a3\u8005\u8425\u9020\u8212\u9002\u3001\u548c\u8c10\u3001\u4fbf\u5229\u7684\u5c31\u533b\u73af\u5883\uff0c\u4e00\u76f4\u662f\u4e95\u9649\u53bf\u533b\u9662\u52aa\u529b\u594b\u8fdb\u7684\u65b9\u5411\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6815"};
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 () {
}
});
});
}