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=987&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: 1747101116,
nonceStr: 'rxNsBS4DYtAu9bUB',
signature: '95ddc36baff23b36033255c3a36ca4a9f64dbbb7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u8e0f\u7740\u4f60\u7684\u8db3\u8ff9\uff0c\u8d70\u8fc7\u4f60\u6765\u65f6\u7684\u8def","smalltext":" \u201c\u7a1a\u5b50\u7275\u8863\u95ee\uff0c\u5f52\u6765\u4f55\u592a\u8fdf\uff1f\u5171\u8c01\u4e89\u5c81\u6708\uff0c\u8d62\u5f97\u9b13\u8fb9\u4e1d\uff1f\u201d\u675c\u7267\u7684\u8fd9\u9996\u5c0f\u8bd7\u63cf\u8ff0\u7684\u662f\u5bb6\u4e2d\u5e7c\u5b50\u5bf9\u7236\u6bcd\u7684\u601d\u5ff5\u4e4b\u60c5\u4ee5\u53ca\u7236\u6bcd\u5de5\u4f5c\u7684\u8f9b\u82e6\uff08\u4e5f\u9690\u542b\u601d\u4e61\u4e4b\u60c5\uff09\u8fd9\u6837\u7684\u7ecf\u5386\uff0c\u5bf9\u4e8e\u9ed8\u9ed8\u5949\u732e\u7684\u533b\u52a1\u4eba\u5458\u800c\u8a00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=987"};
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 () {
}
});
});
}