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=5081&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: 1744318663,
nonceStr: 'jKURSCwzsQ7WU0sG',
signature: '4e5b21b61875a4927e984c226c2fbbf3f5d8852f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7591\u4f3c\u98df\u7528\u8fa3\u6912\u4e2d\u6bd2\uff0c\u5317\u6d77\u4e00\u5bb6\u4e94\u53e3\u4eba\u76f8\u7ee7\u51fa\u73b0\u5455\u5410\u62c9\u809a\u5b50","smalltext":"11\u670826\u65e5\u51cc\u6668\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u9646\u7eed\u63a5\u8bca\u4e86\u4e00\u5bb65\u53e3\u4eba\uff0c\u4ed6\u4eec\u7591\u4f3c\u98df\u7528\u4e86\u4e0d\u5e72\u51c0\u7684\u98df\u7269\u540e\u51fa\u73b0\u98df\u7269\u4e2d\u6bd2\uff0c\u521d\u6b65\u8bca\u65ad\u4e3a\u7591\u4f3c\u98df\u6e90\u6027\u4e2d\u6bd2\uff0c\u7ecf\u6cbb\u7597\u540e\u65e0\u788d\u79bb\u9662\u3002\u636e\u4e86\u89e3\uff0c\u5434\u5148\u751f\u662f\u94a6\u5dde\u4eba\uff0c\u548c\u7231\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5081"};
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 () {
}
});
});
}