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=395&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: 1744317892,
nonceStr: 'PPSCQXc772VMowWd',
signature: '4f0c5cd033f323d3041cd79095a9fbc321792a48',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u9996\u7b14\u201c\u624b\u672f\u610f\u5916\u9669\u201d\u8d54\u4ed8","smalltext":" \u81ea2018\u5e7410\u6708\u8d77\uff0c\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u5728\u626c\u5dde\u5730\u533a\u7387\u5148\u5f15\u8fdb\u201c\u624b\u672f\u610f\u5916\u9669\u201d\uff0c\u4e3a\u60a3\u8005\u53ca\u533b\u52a1\u4eba\u5458\u63d0\u4f9b\u624b\u672f\u610f\u5916\u9669\u670d\u52a1\u30025\u670821\u65e5\uff0c\u4e2d\u56fd\u4eba\u4fdd\u626c\u5dde\u5206\u516c\u53f8\u7406\u8d54\u5458\u5c06\u4e00\u7b146000\u5143\u7684\u7406\u8d54\u6b3e\u9001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=395"};
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 () {
}
});
});
}