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=1626&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: 1747191443,
nonceStr: 'qjLwslHIJDaIrFyo',
signature: 'e9717be96b15a0c4a162586cc8cc69a15843f0e1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5c71\u6d77\u60c5\u6df1\u624b\u76f8\u7275\uff0c\u5fc3\u7cfb\u767e\u59d3\u51ef\u65cb\u5f52","smalltext":"\u9f50\u9c81\u533b\u9662\uff08\u9752\u5c9b\uff09\u810a\u67f1\u5916\u79d1\u7684\u5e2e\u6276\u4e13\u5bb6\u4eec\u51ef\u65cb\u800c\u5f52\uff0c\u4f46\u4ed6\u4eec\u5fc3\u7cfb\u666e\u5b9a\u767e\u59d3\u5065\u5eb7\uff0c\u65e0\u79c1\u5949\u732e\u7684\u7cbe\u795e\u5c06\u4f1a\u8ba9\u6bcf\u4e2a\u666e\u533b\u4eba\uff0c\u8fd8\u6709\u4ed6\u4eec\u66fe\u5e2e\u52a9\u8fc7\u7684\u60a3\u8005\u6c38\u8fdc\u94ed\u8bb0\uff01\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1626"};
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 () {
}
});
});
}