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=1125&classid=4&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: 1743702955,
nonceStr: 'Gegi5NAShnmE2kG4',
signature: '8f5bf5bb0f94bc3990c181a240de0585835a43db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u5f90\u8389\uff1a\u4e13\u5229\u80cc\u540e\u7684\u6545\u4e8b","smalltext":"\u8bb0\u5f97\u6211\u8fd8\u662f\u4e2a\u521a\u5165\u804c\u7684\u5c0f\u62a4\u58eb\u65f6\uff0c\u6211\u53ea\u5e0c\u671b\u6bcf\u5929\u80fd\u591f\u4e0d\u51fa\u5dee\u9519\uff0c\u6211\u7ba1\u7684\u75c5\u4eba\u5728\u6211\u4e0b\u73ed\u524d\u80fd\u591f\u5e73\u5e73\u5b89\u5b89\u5c31\u597d\u3002\u800c\u968f\u7740\u5de5\u4f5c\u5e74\u9650\u7684\u589e\u957f\uff0c\u6211\u4e0d\u518d\u90a3\u4e48\u754f\u60e7\u5404\u79cd\u7a81\u53d1\u60c5\u51b5\uff0c\u4e5f\u5bf9\u81ea\u5df1\u7684\u62a4\u7406\u6280\u672f\u6709\u4e86\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1125"};
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 () {
}
});
});
}