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=2062&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: 1747147592,
nonceStr: 'XVNrvHEauqQOwZaj',
signature: 'd374fefb31eeeed0d60c971bdefa7ef4d55577cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u4e94\u533b\u9662\uff1a\u5bf9\u53e3\u5e2e\u6276\u6cf8\u5b9a \u75ab\u60c5\u963b\u51fb\u5de5\u4f5c\u4e00\u523b\u672a\u505c","smalltext":"\u4ece\u6210\u90fd\u6298\u53cd\u6cf8\u5b9a\u7684\u90a3\u5929\uff0c\u6211\u4eec\u7684\u8f66\u4e0a\u88c5\u6ee1\u4e86\u65b9\u4fbf\u98df\u54c1\u548c\u751f\u6d3b\u7528\u54c1\u3002\u770b\u7740\u5927\u5305\u5c0f\u5305\uff0c\u6211\u4eec\u76f8\u89c6\u4e00\u7b11\uff0c\u4f46\u968f\u5373\u7b11\u5bb9\u51dd\u7ed3\u5728\u88ab\u53e3\u7f69\u906e\u76d6\u7684\u5634\u89d2\u3002\u63a5\u4e0b\u6765\u7684\u9632\u75ab\u5de5\u4f5c\uff0c\u4efb\u52a1\u8270\u5de8\u6765\u4e0d\u5f97\u534a\u70b9\u865a\u5047\u3002\u6211\u77e5\u9053","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2062"};
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 () {
}
});
});
}