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=1491&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: 1747189669,
nonceStr: 'vFADCWNngEN6dYbM',
signature: 'd299974f299f64086fd5071a2db4240a40b47d36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u7231\u5fc3\u9a7f\u7ad9\u201d\u60c5\u6696\u73af\u536b\u5de5\u4eba","smalltext":"\u521d\u51ac\u7684\u6e05\u6668\uff0c\u5bd2\u98ce\u5f00\u59cb\u522e\u8d77\u4e00\u5730\u7684\u843d\u53f6\uff0c\u6574\u4e2a\u57ce\u5e02\u8fd8\u8499\u5728\u6696\u6696\u7684\u88ab\u7a9d\u91cc\u505a\u7740\u7f8e\u68a6\u65f6\uff0c\u6709\u4e00\u7fa4\u4eba\u5df2\u7ecf\u5f00\u59cb\u7a7f\u68ad\u4e8e\u5927\u8857\u5c0f\u5df7\uff0c\u7528\u8f9b\u52e4\u548c\u6c57\u6c34\u5199\u7740\u5609\u5b9a\u7684\u6587\u660e\u548c\u6d01\u51c0\u3002\u201c\u5b81\u613f\u4e00\u4eba\u810f\u3001\u6362\u6765\u4e07\u5bb6\u5eb7\u201d\uff0c\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1491"};
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 () {
}
});
});
}