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=5260&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: 1743901110,
nonceStr: 'lkO7LlCA5owjKSj3',
signature: 'ede055718cf4b285861bbbde0e93b41f8308b958',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a90\u540e\u533b\u62a4\u592b\u59bb\u8fd4\u4e61\uff08\u6606\u5c71\uff09\u652f\u63f4","smalltext":"\u201c\u957f\u5927\u5634\u5df4\uff0c\u8ba9\u5988\u5988\u770b\u770b\u7259\u7259\uff0c\u554a......\u201d\u201c\u7ed9\u4f60\u4e2a\u5927\u62c7\u6307\uff0c\u7231\u4f60\u54df\u201d\uff0c\u8fd9\u662f\u53d1\u751f\u57283\u670822\u65e5\u4e0a\u5348\uff0c\u6606\u5c71\u5e02\u7389\u5c71\u9547\u534e\u6da6\u793e\u533a\u6838\u9178\u91c7\u6837\u70b9\u4e0a\u7684\u4e00\u5e55\u3002\u4eca\u5e743\u5c81\u7684\u5468\u674d\u71da\u5728\u5976\u5976\u966a\u540c\u4e0b\u5230\u70b9\u4f4d\u6d4b\u6838\u9178\uff0c\u4e00\u5750","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5260"};
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 () {
}
});
});
}