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=3615&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: 1745119617,
nonceStr: 'dNiUwSMYkXc2EbT1',
signature: '8972bd33543980aedbbceca11f8bc49e94d70996',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u533b\u5e08\u8282\u6765\u4e34\u4e4b\u9645\u56de\u9996\u6297\u75ab\u4e2d\u7684\u201c\u5e73\u51e1\u82f1\u96c4\u201d","smalltext":"\u5979\uff0c\u6cb3\u5317\u7701\u7b2c\u4e00\u3001\u4e8c\u6279\u63f4\u9102\u6297\u75ab\u533b\u7597\u961f\u961f\u957f\uff0c\u5e26\u75c5\u9a70\u63f4\u4e00\u7ebf\uff0c\u5371\u96be\u65f6\u523b\u5f70\u663e\u672c\u8272\uff1b\u4ed6\uff0c\u6cb3\u5317\u7701\u6551\u6cbb\u4e13\u5bb6\u7ec4\u7ec4\u957f\uff0c\u628a\u8109\u5168\u7701\uff0c\u96c6\u7ed3\u7cbe\u9510\uff0c\u7cbe\u51c6\u5236\u5b9a\u8bca\u7597\u65b9\u6848\u6551\u6cbb\u60a3\u8005\uff0c\u9891\u9891\u9732\u9762\u4e8e\u5a92\u4f53\uff0c\u4f20\u64ad\u5065\u5eb7\u77e5\u8bc6\uff0c\u7f13\u89e3\u767e\u59d3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3615"};
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 () {
}
});
});
}