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=333&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: 1746159645,
nonceStr: 'KJxdWKMjcMyhQPAL',
signature: 'd6ee2576c2447570003cac273d05eeeaa978f971',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e03\u65ec\u5a46\u5a46\u4e3a17\u4f4d\u533b\u62a4\u521b\u4f5c276\u5b57\u201c\u4e09\u5b57\u7ecf\u201d","smalltext":" \u201c\u6797\u4e3b\u4efb\uff0c\u601d\u8def\u6e05\uff1b\u4f46\u533b\u751f\uff0c\u5200\u6cd5\u7cbe\uff1b\u795e\u5185\u79d1\uff0c\u4e2a\u4e2a\u884c\u2026\u2026\u201d\u4e03\u65ec\u5a46\u5a46\u56e0\u8111\u6897\u9001\u5165\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u88ab\u6210\u529f\u62a2\u6551\uff0c\u4e24\u6b21\u4f4f\u9662\u6cbb\u7597\u671f\u95f4\uff0c\u5979\u611f\u53d7\u5230\u533b\u62a4\u4eba\u5458\u7684\u6089\u5fc3\u7167\u987e\u3002\u51fa\u9662\u540e\uff0c\u5979\u5728\u5bb6\u4e2d\u521b\u4f5c\u201c\u4e09\u5b57\u7ecf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=333"};
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 () {
}
});
});
}