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=3487&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: 1745135123,
nonceStr: 'BvVcGhMBiAZ1gMqe',
signature: '639b829906a9309c95ccaf4ea9378cc85bccf580',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6559\u4f60\u600e\u4e48\u5403\u91ce\u751f\u83cc\uff01\u9884\u9632\u91ce\u751f\u83cc\u4e2d\u6bd2\uff01","smalltext":" \u83cc\u5b50\u4e0a\u5e02\u5566\uff01 \u6bcf\u5e74\u90fd\u6709\u4e2a\u5403\u83cc\u4e2d\u6bd2\u7684\u670b\u53cb\uff01 \u7136\u800c \u6bcf\u5e74\u8fd9\u4e2a\u65f6\u5019 \u5927\u5bb6\u8fd8\u662f\u4e49\u65e0\u53cd\u987e\u52a0\u5165 \u201c\u8bd5\u6bd2\u201d\u5927\u519b\uff01\u4e03\u6708\uff0c\u96e8\u6c34\u5145\u6c9b\uff0c\u9633\u5149\u5145\u8db3\uff0c\u6c14\u5019\u9002\u5408\u91ce\u751f\u83cc\u751f\u957f\uff0c\u5728\u8fd9\u91cc\uff0c\u91ce\u751f\u83cc\u7684\u54c1\u79cd\u7e41\u591a\uff0c\u5355\u662f\u5e38","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3487"};
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 () {
}
});
});
}