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=4502&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: 1746153678,
nonceStr: 'Wsa3GKF3791hiKGM',
signature: '85264c33a1efe6c8fc4df7126989ad740a0948d8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u533b\u62a4\u5408\u529b\u98de\u5954\u6551\u4eba","smalltext":"7\u670813\u65e5\u4e0a\u53489\u65f6\u8bb8\uff0c\u868c\u57e0\u4e8c\u9662\u9662\u5185\u6b63\u662f\u4e00\u6d3e\u5fd9\u788c\u6709\u5e8f\u7684\u666f\u8c61\uff0c\u7a81\u7136\uff0c\u4e00\u5e55\u60ca\u9669\u4e0e\u611f\u52a8\u4ea4\u7ec7\u7684\u753b\u9762\u5728\u95e8\u8bca\u897f\u836f\u623f\u95e8\u524d\u7684\u5e7f\u573a\u4e0a\u6f14\uff1a\u4e00\u5bf9\u8001\u5e74\u592b\u59bb\u4e2d\u7684\u7537\u6027\u7a81\u611f\u4e0d\u9002\uff0c\u75db\u82e6\u626d\u66f2\u5730\u8dea\u5012\u5728\u5730\uff0c\u65c1\u8fb9\u966a\u540c\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4502"};
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 () {
}
});
});
}