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=5247&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: 1750088168,
nonceStr: 'pjMYG4dgSTs6NR8D',
signature: '4134bb9e744386ff7757d5b1048ebaf87018877e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a80\u5c0f\u65f6\u91cc\u7684\u6e29\u6696\u8bb0\u5fc6","smalltext":"3\u670813\u65e5\u65e9\u4e0a\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u4e8e10\u65e5\u51cc\u6668\u7d27\u6025\u51fa\u52a8\u7684\u6838\u9178\u91c7\u6837\u5e94\u6025\u961f\u5706\u6ee1\u5b8c\u6210\u7b2c\u4e00\u8f6e\u652f\u63f4\u4efb\u52a1\u540e\u987a\u5229\u8fd4\u7a0b\u3002\u4ece\u7d27\u6025\u5954\u8d74\u5230\u5e73\u5b89\u56de\u5bb6\uff0c105\u540d\u533b\u62a4\u572880\u4e2a\u5c0f\u65f6\u5185\u5b8c\u6210\u4e8610\u4e2a\u91c7\u6837\u70b9\u517129360\u4eba\u6b21","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5247"};
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 () {
}
});
});
}