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=6614&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: 1743703325,
nonceStr: 'rdwiFiIwwgQI6mGB',
signature: 'e0116b0474f276be372f0c7f028a277174520bfe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u751f\u547d\u7684\u5fae\u5149","smalltext":"\u5728\u533b\u8005\u7684\u773c\u4e2d\uff0c\u751f\u547d\u7684\u5fae\u5149\u6216\u8bb8\u53ea\u662f\u4e00\u77ac\uff0c\u5374\u8db3\u4ee5\u6539\u53d8\u4e00\u4e2a\u4eba\u7684\u547d\u8fd0\u3002\u4ed6\u4eec\u503e\u5c3d\u6240\u80fd\uff0c\u53ea\u4e3a\u8ba9\u90a3\u5fae\u5f31\u7684\u5149\u8292\u80fd\u591f\u6301\u7eed\u95ea\u8000\uff0c\u8ba9\u751f\u547d\u4e4b\u82b1\u7efd\u653e\u5f97\u66f4\u52a0\u7eda\u70c2\u3002\u88ab\u75c5\u4eba\u6240\u9700\u5c31\u662f\u201c\u6211\u4eec\u7684\u4ef7\u503c\u201d\u4e00\u4f4d\u7537","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6614"};
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 () {
}
});
});
}