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=6690&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: 1743703388,
nonceStr: '6ZHnE2ZP3HsWuh0K',
signature: 'dd5b2f17669da8bb5d844c9ab4d24419e975cd73',
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\u8eab\u8fb9\u7684\u611f\u52a8","smalltext":"\u4ed6\uff0c\u662f\u7cbe\u76ca\u6c42\u7cbe\u7684\u8ffd\u5149\u8005\uff1b\u4ed6\uff0c\u7cbe\u4e8e\u5de5\uff0c\u5320\u4e8e\u5fc3\uff0c\u54c1\u4e8e\u884c\uff0c\u521b\u4e8e\u65b0\uff0c\u4ee5\u575a\u97e7\u4e0d\u62d4\u7684\u6bc5\u529b\u6500\u767b\u7740\u533b\u5b66\u9ad8\u5cf0\u3002\u4ed6\u5c31\u662f\u9996\u5c4a\u7701\u533b\u540d\u533b\u3001\u773c\u79d1\u4e3b\u4efb\u2014\u2014\u738b\u534e\u3002\u5927\u533b\u7cbe\u8bda\uff0c\u4e00\u4e2a\u82e6\u5fc3\u4e13\u7814\u533b\u672f\u7684\u52c7\u6562\u5f00\u62d3\u8005\u3002\u4ece\u533b\u4e09","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6690"};
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 () {
}
});
});
}