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=3737&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: 1745109506,
nonceStr: 'PFfpLL5PybjkxOyM',
signature: 'a6ce7e38ecf105fa24573c7d96a189cf3354bfd4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u5982\u4f55\u505a\u597d\u516c\u76ca\u548c\u4eba\u6587\uff1f\u6765\u770b\u770b\u8fd9\u4e00\u767e\u4f4d\u4f18\u7b49\u751f","smalltext":"\u706f\u706b\u901a\u660e\uff0c\u65b0\u51a0\u6297\u75ab\u524d\u7ebf\u7684\u5341\u4e8c\u4e2a\u65f6\u8fb0\uff1b\u8bad\u7ec3\u6709\u7d20\uff0c\u5145\u6ee1\u7231\u5fc3\uff1b\u516b\u5c0f\u65f6\u4e4b\u5916\uff0c\u4e50\u4e8e\u52a9\u4eba\uff1b\u89c1\u4e49\u52c7\u4e3a\uff0c\u7535\u8bdd\u79d2\u63a5\uff0c\u62a4\u58eb\u957f\u89c6\u9891\u901a\u8bdd\u6307\u5bfc\u767e\u4f59\u516c\u91cc\u5916\u7684\u515a\u59d4\u529e\u4e3b\u4efb\u6025\u6551\u4ed6\u4eba\uff1b\u771f\u6b63\u201c\u651e\uff08\u8981\uff09\u4f60\u547d\u201d\u7684\u4e0d\u662f\u201c996\u201d\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3737"};
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 () {
}
});
});
}