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=4942&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: 1746121123,
nonceStr: '1vjUbBXXXnq7wnAu',
signature: 'd91ac0b9e81f01f7c84bd52daba04a4ca813a9e6',
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\u5f90\u6c47\u533a\u67ab\u6797\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3-\u4e2d\u533b\u836f\u7279\u8272\u5b89\u5b81\u7597\u62a4\u670d\u52a1\u4f53\u7cfb\u6784\u5efa\u4e2d\u7684\u4eba\u6587\u5b9e\u8df5","smalltext":"\u201c\u75be\u75c5\u662f\u751f\u547d\u7684\u9ed1\u591c\uff0c\u662f\u4e00\u4efd\u751f\u547d\u7684\u6c89\u91cd\u611f\u3002\u201d\u2014\u2014\u82cf\u73ca\u00b7\u6851\u5854\u683c\u968f\u7740\u7ecf\u6d4e\u7684\u8fc5\u731b\u53d1\u5c55\u548c\u4eba\u6c11\u751f\u6d3b\u6c34\u5e73\u7684\u4e0d\u65ad\u63d0\u9ad8\uff0c\u6211\u56fd\u7684\u6076\u6027\u80bf\u7624\u3001\u5fc3\u8840\u7ba1\u75be\u75c5\u548c\u8111\u8840\u7ba1\u75be\u75c5\u5df2\u7ecf\u6210\u4e3a\u57ce\u5e02\u5c45\u6c11\u7684\u524d3\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4942"};
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 () {
}
});
});
}