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=279&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: 1743764438,
nonceStr: 'rTdW6ZV8pjjLVmfW',
signature: 'a2a704f46ddeb4ad2ca6a51000aaede1e0524ac8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5973\u5b50\u8def\u8fb9\u7a81\u7136\u6655\u5012\uff0c90\u540e\u201c\u7f8e\u5c0f\u62a4\u201d\u575a\u6301\u966a\u4f34\u83b7\u70b9\u8d5e","smalltext":"9\u65e5\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u4e2d\u897f\u533b\u7ed3\u5408\u809d\u75c5\u79d1\u62a4\u58eb\u8c22\u4e9a\u5229\u4e0e\u5185\u5206\u6ccc\u79d1\u62a4\u58eb\u5f90\u5a9b\u5a9b\u8def\u9047\u4e00\u5e74\u8f7b\u5973\u5b50\u7591\u4f3c\u766b\u75eb\u53d1\u4f5c\uff0c\u4e24\u4eba\u7acb\u5373\u4e0a\u524d\u8fd0\u7528\u4e13\u4e1a\u77e5\u8bc6\u6551\u52a9\uff0c\u5e2e\u52a9\u5176\u8f6c\u5371\u4e3a\u5b89\u30025\u67089\u65e5\u4e0b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=279"};
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 () {
}
});
});
}