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=4714&classid=12&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: 1743764662,
nonceStr: 'eBfGGOcXg8m2KWML',
signature: '37cd735fe9828eb2b27b49f96884ebd2a978fb22',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u5987\u4ea7\u79d1\u533b\u9662-\u515a\u59d4\u4e66\u8bb0\u534e\u514b\u52e4","smalltext":"\u7ea2\u623f\u5b50\uff0c\u767e\u5e74\u8001\u9662\uff0c\u5386\u4e45\u5f25\u65b0\u3002\u6b8a\u4e0d\u77e5\uff0c\u5149\u73af\u7684\u80cc\u540e\uff0c\u662f\u515a\u5efa\u7684\u5f15\u9886\u548c\u652f\u6491\u3002\u5982\u4f55\u8ba9\u515a\u52a1\u5de5\u4f5c\u5b9e\u5728\u843d\u5730\uff0c\u53c8\u5982\u4f55\u4f7f\u4e4b\u521b\u65b0\u5347\u534e\uff1f\u8fd9\u662f\u534e\u514b\u52e4\u81ea2010\u5e74\u4e0a\u4efb\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u8d77\u5c31\u4e00\u76f4\u5728\u601d\u8003\u7684\u95ee\u9898\u3002\u5341\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4714"};
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 () {
}
});
});
}