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=2532&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: 1743767065,
nonceStr: 'fD6Zll8gJaUpo8BV',
signature: '53cd9cc39c128bcba0797107596838b47164e70e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\uff1a\u591a\u63aa\u5e76\u4e3e\u6539\u5584\u670d\u52a1 \u521b\u65b0\u4e4b\u8def\u884c\u7a33\u81f4\u8fdc","smalltext":"\u8fd1\u5e74\u6765\uff0c\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u79c9\u627f\u201c\u4ee5\u4eba\u4e3a\u672c\u201d\u7684\u7ba1\u7406\u601d\u60f3\u548c\u201c\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u201d\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u575a\u6301\u793e\u4f1a\u6548\u76ca\u6700\u5927\u5316\uff0c\u4e0d\u65ad\u63d0\u9ad8\u7fa4\u4f17\u548c\u60a3\u8005\u7684\u611f\u53d7\u5ea6\uff0c\u793e\u4f1a\u6ee1\u610f\u5ea6\u59cb\u7ec8\u5217\u5c45\u524d\u4f4d\uff0c\u4f7f\u6539\u5584\u533b\u7597\u670d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2532"};
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 () {
}
});
});
}