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=2747&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: 1746165199,
nonceStr: 'JCj3jGlleOI1e4qJ',
signature: '50062b17ebd51f5ce066eff226915f9bc7e4a3e4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\uff1a \u5c0f\u5357\u6696\u5fc3\u793e \u6696\u6696\u7684\u5f88\u8d34\u5fc3","smalltext":"\u6696\u5fc3\u793e\uff0c\u987e\u540d\u601d\u4e49\uff0c\u4e00\u4e2a\u6e29\u6696\u7684\u793e\u56e2\u3002\u8fd9\u662f\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u5ba3\u4f20\u6587\u660e\u5904\u4e0b\u8bbe\u7684\u4e00\u4e2a\u5fd7\u613f\u8005\u793e\u56e2\u3002\u6210\u5458\u6765\u81ea\u533b\u9662\u5404\u4e2a\u79d1\u5ba4\uff0c\u6709\u515a\u5458\uff0c\u6709\u56e2\u5458\uff0c\u6709\u533b\u9662\u7684\u901a\u8baf\u5458\uff0c\u6709\u6717\u8bfb\u8005\u793e\u56e2\u7684\u6210\u5458\u3002\u5927\u5bb6\u805a\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2747"};
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 () {
}
});
});
}