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=2453&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: 1746164370,
nonceStr: 'hGOyed4kQ5clpfCd',
signature: '4a8df2083efc845940c83b61b922de1138e8f3c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u674e\u723d\u4e50\uff1a\u540c\u5fc3\u643a\u624b\u5149\u660e\u884c","smalltext":"\u9752\u5c11\u5e74\u662f\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u4e8b\u4e1a\u5efa\u8bbe\u548c\u63a5\u73ed\u4eba\uff0c\u515a\u548c\u56fd\u5bb6\u7684\u4e8b\u4e1a\u8981\u9760\u4ed6\u4eec\u53bb\u7ee7\u627f\uff0c\u56fd\u5bb6\u548c\u6c11\u65cf\u7684\u672a\u6765\u8981\u9760\u4ed6\u4eec\u53bb\u5f00\u521b\u3002\u4ed6\u4eec\u7684\u601d\u60f3\u9053\u5fb7\u53ca\u7efc\u5408\u7d20\u8d28\u72b6\u51b5\uff0c\u76f4\u63a5\u5173\u7cfb\u5230\u4e2d\u534e\u6c11\u65cf\u7684\u6574\u4f53\u7d20\u8d28\uff0c\u5173\u7cfb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2453"};
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 () {
}
});
});
}