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=2905&classid=11&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: 1746165321,
nonceStr: 'Sk4VzmmQp8mgxoEP',
signature: 'c681f3d29635e23bbca690729332bc0af7122979',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u4e8c\u75c5\u623f\uff1a\u79cb\u540e\u7684\u9633\u5149","smalltext":" \u56db\u5ddd\u7701\u533b\u5b66\u79d1\u5b66\u9662\u00b7\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u4e8c\u75c5\u623f\u6536\u6cbb\u7684\u4e3b\u8981\u662f\u767d\u8840\u75c5\u3001\u6dcb\u5df4\u7624\u7b49\u6076\u6027\u80bf\u7624\u60a3\u513f\u3002\u9762\u5bf9\u751f\u547d\uff0c\u533b\u5b66\u4e5f\u4f1a\u6709\u9057\u61be\uff0c\u6211\u4eec\u65e0\u529b\u6539\u53d8\u7ed3\u5c40\uff0c\u4f46\u6211\u4eec\u671f\u671b\u7528\u81ea\u5df1\u7684\u52aa\u529b\u8ba9\u5b9d\u8d1d\u513f\u5f00\u5fc3\u5feb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2905"};
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 () {
}
});
});
}