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=2075&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: 1747148000,
nonceStr: 'aZJNsO9icmiV8hIF',
signature: 'b4887b0aa84163fe4147cd82df330fc6543b04fd',
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\uff1a\u6562\u4e3a\u4eba\u5148\u7684\u8e29\u96f7\u4eba","smalltext":" 1\u670822\u65e5\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u4e3b\u4efb\u3001\u4fe1\u9633\u5e02\u65b0\u51a0\u80ba\u708e\u6cbb\u7597\u4e13\u5bb6\u7ec4\u526f\u7ec4\u957f\u6613\u660e\u798f\uff0c\u786e\u8bca\u4e86\u4fe1\u9633\u7684\u9996\u4f8b\u65b0\u51a0\u80ba\u708e\u75c5\u4f8b\uff0c\u4e5f\u4ece\u6b64\u6253\u54cd\u4e86\u4fe1\u9633\u533b\u62a4\u4eba\u5458\u771f\u6b63\u4e0e\u75c5\u6bd2\u9762\u5bf9\u9762\u8089\u640f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2075"};
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 () {
}
});
});
}