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=1137&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: 1746129073,
nonceStr: 'MyL5BZsL3vrYWRxn',
signature: 'f0516fa19daeed050daf68ca721ba27b884b736a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u5927\u4e00\u9644\u9662\u957f\u5b89\u533a\u533b\u9662\u8d75\u65b0\u6c49\uff1a\u5927\u533b\u62c5\u5f53\uff0c\u7cbe\u8bda\u5949\u732e","smalltext":"\u5f53\u9488\u5934\u624e\u8fdb\u6211\u7684\u76ae\u8089\uff0c\u9c9c\u7ea2\u7684\u8840\u6db2\u987a\u7740\u9488\u7ba1\u6d41\u5165\u888b\u4e2d\uff0c\u6211\u7684\u5185\u5fc3\u4e45\u4e45\u4e0d\u80fd\u5e73\u9759\uff0c\u773c\u524d\u4e0d\u65ad\u95ea\u73b0\u7740\u6574\u4e2a\u533b\u9662\u4e00\u70b9\u4e00\u6ef4\u7684\u8715\u53d8\u30022019\u5e74\u4e16\u754c\u732e\u8840\u65e5\u7684\u4e3b\u9898\u662f\u201c\u4eba\u4eba\u4eab\u6709\u5b89\u5168\u8840\u6db2\u201d\uff0c\u6211\u4e0e\u8840\u7ad9\u534f\u5546\uff0c\u897f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1137"};
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 () {
}
});
});
}