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=337&classid=4&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: 1743703328,
nonceStr: 'YRY3ZHJmcKdmEvOW',
signature: 'b73a66bd9dbd5977a90352f50900b5e90df1776f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"42\u5e8a\u7684\u90a3\u62b9\u9633\u5149","smalltext":"\u8fde\u7eed\u51e0\u5929\u7684\u5927\u96e8\u8ba9\u624d\u5165\u79cb\u4e0d\u4e45\u7684\u57ce\u5e02\u591a\u4e86\u51e0\u5206\u5bd2\u610f\uff0c\u4ece\u8863\u67dc\u91cc\u7ffb\u51fa\u4e86\u653e\u7f6e\u8bb8\u4e45\u7684\u6bdb\u8863\uff0c\u5feb\u901f\u5403\u4e86\u65e9\u9910\uff0c\u4f34\u7740\u4eba\u6f6e\u5f80\u533b\u9662\u8d76\u53bb\u3002\u524d\u5929\u665a\u4e0a\u662f\u81ea\u5df1\u5165\u804c\u4ee5\u6765\u6700\u7d2f\u7684\u4e00\u4e2a\u591c\u73ed\u4e86\uff0c\u90a3\u4e2a42\u5e8a\u53ef\u7231\u7684\u767d\u8840","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=337"};
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 () {
}
});
});
}