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=1986&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: 1747147791,
nonceStr: 'E7KNoW1zCDIKP65D',
signature: '22464a7f958916423fa55eef2c4dab1da131d39a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u5171\u4ea7\u515a\u5458\u5728\u4e00\u7ebf","smalltext":"\u75ab\u60c5\u7684\u7a81\u7136\u964d\u4e34\u6253\u7834\u4e86\u5b89\u5b81\u7684\u751f\u6d3b\uff0c\u539f\u672c\u7965\u548c\u6b22\u4e50\u7684\u6625\u8282\u7acb\u523b\u53d8\u5f97\u7d27\u5f20\u5fd9\u788c\u8d77\u6765\u3002\u5728\u8fd9\u7279\u6b8a\u7684\u65f6\u671f\uff0c\u5bf9\u4e8e\u4ece\u4e8b\u91cd\u75c7\u533b\u5b66\u7684\u4e8e\u5360\u5f6a\u4e3b\u4efb\u6765\u8bf4\u6ce8\u5b9a\u66f4\u662f\u4e0d\u540c\u5bfb\u5e38\u7684\u65e5\u5b50\u3002\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u6839\u636e\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1986"};
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 () {
}
});
});
}