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=3875&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: 1745108650,
nonceStr: 'JpaC01U9LwVwhnkc',
signature: 'c1d48b30a0769406a821795bc4262ae5589fb024',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5bd2\u51ac\u8857\u5934\u7684\u4e00\u4f4d\u964c\u751f\u60a3\u8005\u5e26\u7ed9\u6211\u7684\u6e29\u6696","smalltext":"\u4f5c\u4e3a\u4e00\u540d\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u4e0a\u73ed\u671f\u95f4\u7a7f\u4e0a\u4e00\u8eab\u767d\u8863\uff0c\u7528\u771f\u60c5\u6e29\u6696\u60a3\u8005\u662f\u533b\u52a1\u4eba\u5458\u7684\u804c\u8d23\uff1b\u4e0b\u73ed\u6362\u88c5\u540e\uff0c\u53d8\u8eab\u4e00\u540d\u7d20\u4eba\uff0c\u6211\u5374\u5728\u5bd2\u51ac\u7684\u8857\u5934\u88ab\u4e00\u4f4d\u964c\u751f\u7684\u60a3\u8005\u548c\u4ed6\u7684\u5bb6\u5c5e\u6e29\u6696\u4e86\u3002\u8fd1\u65e5\u7531\u4e8e\u96e8\u96ea\u5929\u6c14\u5f71\u54cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3875"};
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 () {
}
});
});
}