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=113&classid=10&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: 1743764595,
nonceStr: '4VYCbDJ7gWM9FOdC',
signature: '551010366778f3fddbfd7f8cbf22306113eb159d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u82cf\u7701\u4eba\u6c11\u533b\u9662\u7684\u4eba\u6587\u60c5\u6000","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5168\u56fd\u536b\u751f\u4e0e\u5065\u5eb7\u5927\u4f1a\u4e0a\u6307\u51fa\uff0c\u5e7f\u5927\u536b\u751f\u4e0e\u5065\u5eb7\u5de5\u4f5c\u8005\u8981\u5f18\u626c\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u5d07\u9ad8\u7cbe\u795e\uff0c\u540c\u65f6\u63d0\u51fa\u5efa\u7acb\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\uff0c\u52a0\u5f3a\u4e2d\u533b\u836f\u6587\u5316\u5efa\u8bbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=113"};
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 () {
}
});
});
}