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=442&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: 1744318625,
nonceStr: 'UTm5N3oLcRAqMcX4',
signature: '102f5c95cd0f15079f15867e60924d5c168ae6a5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662:\u4e00\u7ad9\u5f0f\u670d\u52a1\u4e2d\u5fc3\u201d\u52a9\u529b\u5b9e\u73b0\u201c\u6700\u591a\u8dd1\u4e00\u6b21\u201d","smalltext":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u79c9\u627f\u201c\u8ba9\u7fa4\u4f17\u5c11\u8dd1\u817f\u201d\u7684\u539f\u5219\uff0c\u4e8e5\u670825\u65e5\u6b63\u5f0f\u542f\u7528\u201c\u4e00\u7ad9\u5f0f\u670d\u52a1\u4e2d\u5fc3\u201d\u3002\u4f4d\u4e8e\u95e8\u8bca\u5927\u5385\u53f3\u4fa7\u7684\u201c\u4e00\u7ad9\u5f0f\u670d\u52a1\u4e2d\u5fc3\u201d\u67dc\u53f0\u524d\u968f\u5373\u5438\u5f15\u8bb8\u591a\u7fa4\u4f17\u524d\u6765\u95ee\u8be2\u3002\u516b\u70b9\u521a\u8fc7\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=442"};
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 () {
}
});
});
}