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=998&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: 1738731156,
nonceStr: 'n1MwWowDgiPz79zP',
signature: '9edd49be2aae77faeccce3b16e71702ec433b8e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\u8c22\u7130\u950b\uff1a\u9605\u8bfb\u52a9\u529b\u5954\u68a6\u4e4b\u8def","smalltext":"\u63d0\u7b14\u4e4b\u65f6\uff0c\u5fc3\u4e2d\u4e94\u5473\u6742\u9648\uff0c\u5ff5\u5ff5\u4ece\u5927\u5b66\u6bd5\u4e1a\u81f3\u4eca\uff0c\u5df2\u6709\u5341\u4f59\u8f7d\u3002\u56de\u9996\u5f80\u4e8b\uff0c\u6ca1\u6709\u592a\u591a\u7684\u6094\u6068\uff0c\u66f4\u591a\u7684\u662f\u611f\u6168\u3002\u6cd5\u5b66\u751f\u5165\u533b\u9662\u95e8\uff0c\u5ba3\u4f20\u95e8\uff0c\u5b9e\u5c5e\u4e0d\u6613\uff0c\u552f\u6709\u7cbe\u8fdb\uff0c\u5373\u6bcf\u65e5\u9605\u8bfb\u5e26\u7ed9\u6211\u826f\u591a\u53d7\u76ca\u3002\u6211\u4eec\u4f9d\u9760\u5b66\u4e60","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=998"};
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 () {
}
});
});
}