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=4366&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: 1746258213,
nonceStr: 'Q6e3SaEg828D9vv1',
signature: 'fe68448d034aa8d6b189bc8c56e965a8db4a8fbe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u201c\u5434\u5b5f\u8d85\u661f\u201d\u6c38\u8fdc\u7480\u74a8\uff1a\u4e2d\u56fd\u809d\u80c6\u5916\u79d1\u4e4b\u7236\u5434\u5b5f\u8d85\u9662\u58eb\u9057\u4f53\u544a\u522b\u4eea\u5f0f\u4fa7\u8bb0","smalltext":" 5\u670826\u65e5\u4e0a\u5348\uff0c\u4e0a\u6d77\u9f99\u534e\u6ba1\u4eea\u9986\u5927\u5385\u683c\u5916\u5e84\u4e25\u8083\u7a46\uff0c\u5728\u201c\u6c89\u75db\u60bc\u5ff5\u5434\u5b5f\u8d85\u540c\u5fd7\u201d\u7684\u6a2a\u5e45\u4e0b\uff0c\u767d\u73ab\u7470\u56f4\u6846\u7684\u5434\u5b5f\u8d85\u9057\u50cf\u4e24\u8fb9\u7684\u633d\u8054\u4e0a\u5199\u7740\uff1a\u201c\u4e00\u4ee3\u5b97\u5e08\u62ab\u809d\u6ca5\u80c6\u529b\u62d3\u533b\u5b66\u4f1f\u4e1a\uff1b\u4e07\u4f17\u6977\u6a21\u57f9\u6843\u80b2\u674e\u94f8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4366"};
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 () {
}
});
});
}