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=6428&classid=7&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: 1743733836,
nonceStr: 'mn4455LS1vf6XIJx',
signature: '0bb0cfe388df7606041e2ee8d466f2ee5f555f4e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u4e09\u5c4a\u7406\u4e8b\u4f1a\u5de5\u4f5c\u62a5\u544a","smalltext":"\u5404\u4f4d\u4f1a\u5458\u4ee3\u8868\uff1a\u53d7\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u4e09\u5c4a\u7406\u4e8b\u4f1a\u59d4\u6258\uff0c\u6211\u5411\u5927\u4f1a\u62a5\u544a\u534f\u4f1a\u8fc7\u53bb\u4e94\u5e74\u7684\u5de5\u4f5c\uff0c\u8bf7\u4e88\u5ba1\u8bae\u3002\u4e00\u3001\u8fc7\u53bb\u4e94\u5e74\u5de5\u4f5c\u56de\u987e\u4e94\u5e74\u6765\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u4e09\u5c4a\u7406\u4e8b\u4f1a\u575a\u6301\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=7&id=6428"};
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 () {
}
});
});
}