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=2005&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: 1747138736,
nonceStr: '4cVOegKeHP6snL4f',
signature: '32e4f7a5e038ea569532f8e4d8407cba1c05f7ca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u79ef\u6781\u5e2e\u52a9\u96c4\u5b89\u65b0\u533a\u57f9\u8bad\u65b0\u51a0\u80ba\u708e\u6838\u9178\u68c0\u6d4b\u4eba\u5458","smalltext":"\u65e5\u524d\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u79ef\u6781\u5e2e\u52a9\u96c4\u5b89\u65b0\u533a\u57f9\u8bad\u65b0\u51a0\u80ba\u708e\u6838\u9178\u68c0\u6d4b\u4eba\u5458\uff0c\u4ee5\u5b9e\u9645\u884c\u52a8\u79ef\u6781\u652f\u63f4\u96c4\u5b89\u65b0\u533a\u75ab\u60c5\u9632\u6cbb\u5de5\u4f5c\u3002 \u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u51fa\u73b0\u4ee5\u6765\uff0c\u8be5\u9662\u591a\u4e3e\u63aa\u6709\u6548\u5e94\u5bf9\u9632\u6cbb\u75ab\u60c5\uff0c\u5728\u5168\u7701\u533b\u7597\u673a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2005"};
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 () {
}
});
});
}