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=3389&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: 1745135385,
nonceStr: 'AFUM1XIHM9bAiXUt',
signature: 'bac7b7c2144b1d36725788421675cb46d8bb92cb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u91d1\u5c5e\u5047\u7259\u5361\u98df\u9053 \u7d27\u6025\u53d6\u51fa\u5316\u9669\u60c5","smalltext":"\u6709\u53e5\u6b47\u540e\u8bed\u9053\uff1a\u6253\u6389\u4e86\u7259\u9f7f\u5f80\u809a\u5b50\u91cc\u54bd\u2014\u2014\u6709\u82e6\u96be\u8a00\uff0c\u800c\u5e26\u91d1\u5c5e\u94a9\u7684\u5047\u7259\u5374\u662f\u4e07\u4e07\u541e\u4e0d\u5f97\uff0c\u8f7b\u8005\u75bc\u75db\u96be\u5fcd\uff0c\u91cd\u8005\u5371\u53ca\u751f\u547d\u30026\u670811\u65e5\u4e2d\u5348\uff0c\u5bb6\u4f4f\u4eac\u5c71\u53bf\u7f57\u5e97\u9547\u5218\u6e2f\u675154\u5c81\u7684\u674e\u963f\u5a46\uff0c\u5728\u559d\u6c34\u65f6\u4e0d\u614e\u5c06","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3389"};
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 () {
}
});
});
}