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=2142&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: 1747123396,
nonceStr: 'BmmluNkyAOyZ1Sjk',
signature: '9f406955ceb1354bf1b7442ae5f99e1915dd2833',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u4e00\u4f4d\u6297\u65e5\u6218\u4e89\u5e74\u4ee3\u536b\u751f\u8001\u5175\u7684\u6297\u75ab\u60c5\u6000","smalltext":" \u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6536\u5230\u4e86\u4e00\u4efd\u6c89\u7538\u7538\u7684\u6297\u51fb\u75ab\u60c5\u7231\u5fc3\u6350\u8d60\u3002\u8fd9\u7b1410000\u5143\u7684\u6350\u8d60\u6b3e\u7531\u5e02\u7ea2\u5341\u5b57\u4f1a\u5b9a\u5411\u8f6c\u8d60\u4e2d\u5fc3\u533b\u9662\u3002 \u8fd910000\u5143\uff0c\u7b97\u4e0d\u4e0a\u4e00\u7b14\u5de8\u989d\u6350\u8d60\uff0c\u4f46\u662f\u5374\u8ba9\u6211\u4eec\u5fc3\u6f6e\u6f8e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2142"};
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 () {
}
});
});
}