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=2520&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: 1747124164,
nonceStr: 'hmULu5oSNYZZHPDr',
signature: '370d23cbf88a55ee0150efcf4b5723c9696db08f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u6211\u4e0d\u77e5\u9053\u4ed6\u4eec\u7684\u59d3\u540d\uff0c\u4f46\u6211\u611f\u8c22\u4ed6\u4eec\uff01\u201d","smalltext":" \u201c\u60a8\u597d\uff0c\u6211\u662f\u4e00\u540d\u75c5\u60a3\u5bb6\u5c5e\u3002\u6211\u60f3\u7ed9\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u7684\u533b\u62a4\u4eba\u5458\u4eec\u70b9\u4e2a\u8d5e\uff01\u201d3\u67088\u65e5\u4e0b\u5348\uff0c\u4e00\u4f4d\u5a46\u5a46\u5411\u695a\u5929\u4ea4\u5e7f\u547c\u53eb\u4e2d\u5fc3\u62e8\u6253\u4e8610\u4f59\u5206\u949f\u7684\u611f\u8c22\u7535\u8bdd\uff0c\u5e0c\u671b\u901a\u8fc7\u7535\u6ce2\u8868\u8fbe\u5bf9\u533b\u62a4\u4eba\u5458\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2520"};
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 () {
}
});
});
}