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=6740&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: 1743703478,
nonceStr: 'HnJUKBbsJ8UENCFh',
signature: '618ad8a2dfa5e20ac29f99e6be5f00660a96547a',
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\u201c\u80bf\u201d\u6709\u5e0c\u671b\uff0c\u201c\u7624\u201d\u5230\u9ece\u660e","smalltext":"\u4eba\u751f\u662f\u4e00\u573a\u6709\u9650\u7684\u65c5\u7a0b\uff0c\u6709\u7cbe\u5f69\uff0c\u4e5f\u6709\u82e6\u695a\uff0c\u800c\u80f0\u817a\u764c\u665a\u671f\u60a3\u8005\u7684\u4eba\u751f\u65c5\u9014\u66f4\u662f\u5145\u6ee1\u8270\u8f9b\u548c\u82e6\u96be\u3002\u636e\u4e0d\u5b8c\u5168\u8c03\u67e5\u663e\u793a\u80f0\u817a\u764c\u662f\u6076\u6027\u7a0b\u5ea6\u6700\u9ad8\u7684\u80bf\u7624\u4e4b\u4e00\uff0c\u5176\u6b7b\u4ea1\u7387\u548c\u53d1\u75c5\u6bd4\u4f8b\u4e3a0.99:1\uff0c\u4e5f\u5c31\u662f\u8bf4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6740"};
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 () {
}
});
});
}