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=1339&classid=14&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: 1730419678,
nonceStr: 'uJAoZsQxgO9S2lhe',
signature: '649b8b84c8ba920bdc161bdaed219bb14748588c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5173\u4e8e\u53ec\u5f00\u7b2c\u4e09\u5c4a\u5168\u56fd\u536b\u751f\u5065\u5eb7\u54c1\u724c\u4f20\u64ad\u5e74\u4f1a \u66a8\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u7b2c\u4e09\u5c4a\u9662\u957f\u5cf0\u4f1a\u7684\u901a\u77e5","smalltext":"\u5404\u7701\uff08\u533a\u3001\u5e02\uff09\u536b\u751f\u5065\u5eb7\u59d4\u5ba3\u4f20\u5904\u3001\u5404\u8bb0\u8005\u7ad9\u3001\u6709\u5173\u533b\u7597\u536b\u751f\u5355\u4f4d\uff1a \u4e3a\u5c55\u73b0\u536b\u751f\u5065\u5eb7\u884c\u4e1a\u826f\u597d\u793e\u4f1a\u5f62\u8c61\uff0c\u53d1\u6398\u533b\u7597\u536b\u751f\u5355\u4f4d\u7279\u8272\u6587\u5316\u5178\u578b\uff0c\u79c9\u627f\u201c\u5b88\u671b\u521d\u5fc3\u3001\u4f20\u64ad\u5065\u5eb7\u201d\u7406\u5ff5\uff0c\u5065\u5eb7\u62a5\u793e\u4e8e2019\u5e74","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=1339"};
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 () {
}
});
});
}