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=2856&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: 1743767486,
nonceStr: 'uRi2d4rJ6zAGmKPs',
signature: '2c57b04949d5f2d78b214c7e4abdf8d3d8390390',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\uff1a\u6811\u7acb\u6587\u5316\u4e4b\u201c\u683c\u201d","smalltext":"21\u4e16\u7eaa\u662f\u4e00\u4e2a\u6587\u5316\u51b2\u51fb\u7684\u4e16\u7eaa\uff0c\u6587\u5316\u7684\u529b\u91cf\u5c06\u8d8a\u6765\u8d8a\u5730\u663e\u793a\u51fa\u65e0\u53ef\u6bd4\u62df\u7684\u4f18\u52bf\u4f5c\u7528\u3002\u4f01\u4e1a\u80fd\u5426\u57f9\u80b2\u81ea\u5df1\u7684\u6587\u5316\u529b\u5e76\u6709\u6548\u53d1\u6325\u4f5c\u7528\uff0c\u5c06\u51b3\u5b9a\u5176\u5728\u65b0\u4e16\u7eaa\u7684\u751f\u5b58\u4e0e\u53d1\u5c55\u3002\u533b\u9662\u6587\u5316\u4f5c\u4e3a\u4f01\u4e1a\u6587\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2856"};
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 () {
}
});
});
}