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=4375&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: 1744975620,
nonceStr: 'jfoZtpHAUqus1ojc',
signature: 'e43252c78b21d9fe4c2e9cdb177534ec858ae8ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u8c22\u8c22\u4f60\u4eec\u6551\u4e86\u6211\u7684\u547d","smalltext":"\u201c\u771f\u7684\u662f\u592a\u8c22\u8c22\u4f60\u4e86\uff0c\u5f20\u5927\u592b\uff0c\u90a3\u5929\u8981\u662f\u6ca1\u6709\u4f60\u7684\u6025\u6551\uff0c\u6211\u5c31\u6ca1\u547d\u5566\uff0c\u8c22\u8c22\u4f60\u4eec\u5566\u3002\u201d5\u670831\u65e5\u65e9\u6668\u521a\u4e0a\u73ed\uff0c64\u5c81\u7684\u60a3\u8005\u5b5f\u5e86\u6797\u548c\u4ed6\u7684\u513f\u5b50\u4e00\u8d77\u6765\u5230\u4e86\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff0c\u5bf9\u6025\u8bca\u79d1\u533b\u751f\u5f20\u5929\u4ec1\u3001\u62a4\u58eb\u4e8e\u6dfc\u3001\u6025\u6551\u53f8\u673a\u82df\u6d2a\u658c\uff0c\u7528\u4e00\u9762\u9c9c\u7ea2\u7684\u9526\u65d7\u8868\u8fbe\u4e86\u6df1\u6df1\u7684\u8c22\u610f\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4375"};
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 () {
}
});
});
}