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=5251&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: 1743764381,
nonceStr: 'RGYJrvhIaBozYj9j',
signature: 'ecd558455172eebcff2f9220de11fc7a93fe6bcd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde90\u540e\u533b\u62a4\u592b\u59bb\u201c\u6d6a\u6f2b\u201d\u6297\u75ab \u4e08\u592b\u9694\u4e09\u5dee\u4e94\u9001\u6765\u9c9c\u82b1","smalltext":"\u82cf\u5dde\u4e00\u4f4d\u5973\u533b\u52a1\u4eba\u5458\u95ed\u73af\u5de5\u4f5c\u4e00\u4e2a\u6708\uff0c\u4e08\u592b\u51e0\u4e4e\u6bcf\u5929\u90fd\u4f1a\u6765\u9001\u9c9c\u82b1\uff0c\u8fd9\u4e2a\u770b\u4f3c\u53ea\u6709\u5728\u7535\u89c6\u5267\u4e2d\u624d\u6709\u7684\u60c5\u8282\u5374\u771f\u5b9e\u7684\u53d1\u751f\u5728\u6211\u4eec\u8eab\u8fb9\u3002\u5973\u4e3b\u62cd\u4e0b\u4e08\u592b\u6bcf\u5929\u9001\u6765\u7684\u9c9c\u82b1\uff0c\u5c06\u9c9c\u82b1\u63d2\u5728\u77ff\u6cc9\u6c34\u74f6\uff0c\u6574\u9f50","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5251"};
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 () {
}
});
});
}