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=4669&classid=10&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: 1743764379,
nonceStr: 'DJj1lAI1tJ2rlp7Q',
signature: '38dfb41f6680cc68a024d89ea99a52cec5551f50',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662-\u56f4\u4ea7\u79d1\u56e2\u961f","smalltext":"\u4eba\u6587\u662f\u4e00\u5bb6\u533b\u9662\u7684\u201c\u6e29\u5ea6\u201d\uff0c\u662f\u533b\u8005\u4e0e\u60a3\u8005\u6c9f\u901a\u7684\u6865\u6881\u3002\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\u56f4\u4ea7\u79d1\u56e2\u961f\u4e25\u683c\u7ed3\u5408\u5de5\u4f5c\u5b9e\u9645\uff0c\u79ef\u6781\u5c65\u884c\u516c\u7acb\u533b\u9662\u7684\u8d23\u4efb\u548c\u62c5\u5f53\uff0c\u6ce8\u91cd\u5916\u5ef6\u670d\u52a1\uff0c\u4e0d\u65ad\u521b\u65b0\u8f7d\u4f53\uff0c\u8fd0\u7528\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4669"};
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 () {
}
});
});
}