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=2798&classid=12&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: 1743764689,
nonceStr: 'JxOYimsh1yozbiWj',
signature: '098c7ce1475262a4ab656a9117e2f6a81898d095',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u8363\u971e\uff1a\u67d4\u5f31\u7684\u5973\u6c49\u5b50","smalltext":"1982\u5e74\u7684\u9648\u8363\u971e\u62a4\u58eb\u4eca\u5e7438\u5c81\uff0c\u4ece\u4e8b\u62a4\u7406\u5de5\u4f5c\u8fd120\u5e74\u6765\uff0c\u7b2c\u4e00\u6b21\u5979\u5c06\u81ea\u5df1\u7684\u547d\u8fd0\u548c\u56fd\u5bb6\u7d27\u7d27\u76f8\u8fde\u5728\u4e00\u8d77\u30021\u670822\u65e5\uff0c\u533b\u9662\u53d1\u51fa\u63f4\u52a9\u6b66\u6c49\u7684\u901a\u77e5\uff0c\u5979\u9a6c\u4e0a\u62a5\u540d\uff0c\u81ea1\u670826\u65e5\u62b5\u8fbe\u6b66\u6c49\u5c31\u5f00\u59cb\u79ef\u6781\u6295\u8eab\u6297","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2798"};
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 () {
}
});
});
}