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=4919&classid=11&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: 1743764860,
nonceStr: 'gQgm9MAMgsO11WYm',
signature: 'fa7d530e75d9064f21c40a29c58a1cd06eafb657',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u804c\u5de5\u4e4b\u5bb6 \u4f20\u9012\u5bb6\u6587\u5316","smalltext":"\u4e3a\u4fc3\u8fdb\u5de5\u4f1a\u5de5\u4f5c\u7ba1\u7406\u91cd\u5fc3\u4e0b\u79fb\u548c\u670d\u52a1\u529f\u80fd\u62d3\u5c55\uff0c\u6df1\u5165\u843d\u5b9e\u6821\u5de5\u4f1a\u7684\u8981\u6c42\uff0c\u5efa\u597d\u201c\u804c\u5de5\u4e4b\u5bb6\u201d\uff0c\u81ea2016\u5e74\u8d77\uff0c\u9662\u5de5\u4f1a\u7d27\u6263 \u201c\u56f4\u7ed5\u4e2d\u5fc3\u3001\u670d\u52a1\u5927\u5c40\u3001\u5173\u5fc3\u804c\u5de5\u3001\u591a\u529e\u5b9e\u4e8b\u3001\u53d1\u6325\u4f5c\u7528\u201d\u7684\u4e3b\u9898\uff0c\u575a\u6301","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4919"};
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 () {
}
});
});
}