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=2041&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: 1747146836,
nonceStr: 'NruWTIdQfA9NDE13',
signature: 'f415bb8df40b6946fb7e97ffa98887f85ea0f2b1',
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\u613f\u9006\u884c\u800c\u4e0a\u7684\u4f60\u4fdd\u91cd\u8eab\u4f53","smalltext":" \u5728\u9694\u79bb\u75c5\u623f\u91cc\uff0c\u4f60\u4f1a\u65f6\u4e0d\u65f6\u770b\u5230\uff0c\u4e00\u4f4d\u8d70\u8def\u201c\u4e00\u7638\u4e00\u62d0\u201d\u7684\u5973\u533b\u751f\u7a7f\u68ad\u7684\u8eab\u5f71\uff0c\u5979\u5c31\u662f\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u5185\u5206\u6ccc\u79d1\u526f\u4e3b\u4efb\u5218\u6d01\u3002\u5218\u6d01\u57282019\u5e748\u6708\u4efd\u7531\u4e8e\u610f\u5916\u6454\u4f24\u5bfc\u81f4\u80eb\u8153\u9aa8\u9aa8\u6298\uff0c\u8e1d\u5173\u8282","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2041"};
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 () {
}
});
});
}