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=1934&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: 1747146900,
nonceStr: 'CLlhlIOhlCeuptWW',
signature: '52934652ed82716a87a2b97bd5f11f87e5fd9b90',
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\u9694\u79bb\u75c5\u623f\u4f20\u51fa\u4e86\u65b0\u51a0\u80ba\u708e\u5371\u91cd\u60a3\u8005\u7684\u611f\u8c22\u4fe1","smalltext":" \u201c\u5c0f\u65f6\u5019\u8bfb\u8fc7\u9b4f\u5dcd\u300a\u8c01\u662f\u6700\u53ef\u7231\u7684\u4eba\u300b\uff0c\u5f53\u7136\u662f\u6297\u7f8e\u63f4\u671d\u3001\u4fdd\u5bb6\u536b\u56fd\u7684\u4e2d\u56fd\u4eba\u6c11\u5fd7\u613f\u519b\u3002\u73b0\u5b9e\u5927\u75ab\u5f53\u524d\uff0c\u8c01\u65e0\u6127\u4e8e\u8fd9\u4e00\u79f0\u53f7\uff0c\u5f53\u7136\u662f\u6211\u4eec\u4eb2\u7231\u7684\u767d\u8863\u5929\u4f7f\u4eec\u2026\u2026\u201d \u8fd9\u5c01\u611f\u8c22\u4fe1\uff0c\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1934"};
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 () {
}
});
});
}