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=662&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: 1743823639,
nonceStr: '29NbCeVRgpP7SGXm',
signature: '8b01a818e9eb40724b220a3bf8cb65fa720cd5e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u9009\u6d3e36\u540d\u533b\u52a1\u4eba\u5458\u53c2\u52a0\u6155\u5bb9\u614e\u884c\u540c\u5fd7\u5148\u8fdb\u4e8b\u8ff9\u62a5\u544a\u4f1a","smalltext":"\u3000\u30006\u670828\u65e5\uff0c\u6155\u5bb9\u614e\u884c\u540c\u5fd7\u5148\u8fdb\u4e8b\u8ff9\u5de1\u56de\u62a5\u544a\u4f1a\u5728\u5b81\u5fb7\u5e02\u5e08\u8303\u5b66\u9662\u4e3e\u884c\u3002\u95fd\u4e1c\u533b\u9662\u9009\u6d3e\u5305\u62ec\u9662\u9886\u5bfc\u3001\u515a\u5458\u5728\u5185\u768436\u540d\u533b\u52a1\u4eba\u5458\u524d\u5f80\u5b81\u5fb7\u53c2\u52a0\u6155\u5bb9\u614e\u884c\u540c\u5fd7\u5148\u8fdb\u4e8b\u8ff9\u62a5\u544a\u4f1a\uff0c\u8fd9\u662f\u4e00\u6b21\u601d\u60f3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=662"};
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 () {
}
});
});
}