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=1054&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: 1743702951,
nonceStr: '7EtjTEbvsoCaEF6H',
signature: 'bc80ce0aff5dfcfd0daaec5f98d6d200ce39faa0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7231\u5c14\u773c\u79d1\u533b\u9662\u67ef\u5c0f\u5e73\uff1a\u613f\u7528\u4e00\u9897\u5584\u826f\u7684\u5fc3\uff0c\u6362\u4e16\u754c\u6e29\u67d4\u4ee5\u5f85","smalltext":"\u4ece\u6765\u6ca1\u6709\u9884\u6599\u5230\uff0c\u81ea\u5df1\u7ec8\u7a76\u8fd8\u662f\u9009\u62e9\u4e86\u533b\u7597\u884c\u4e1a\u3002\u8fd8\u8bb0\u5f97\u4e2d\u8003\u90a3\u4e00\u5e74\uff0c\u6211\u4ee510\u5206\u4e4b\u5dee\uff0c\u843d\u9009\u672c\u5730\u6700\u597d\u7684\u9ad8\u4e2d\u2014\u2014\u65b0\u6d32\u4e00\u4e2d\u3002\u5bb6\u91cc\u4e00\u4f4d\u5728\u533a\u4eba\u6c11\u533b\u9662\u5de5\u4f5c\u7684\u4eb2\u621a\u8003\u8651\u5230\u6211\u5bb6\u8d2b\u7a77\u3001\u5b69\u5b50\u591a\u7684\u60c5\u51b5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1054"};
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 () {
}
});
});
}