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=539&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: 1746210372,
nonceStr: 'mBrxmtVt5xUnGhAq',
signature: '70a43f67bc6bf6ca95ba4e6bbd12c162c6e37582',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u8fd9\u7fa4\u533b\u62a4\u4eba\u5458\u4e3a\u4f55\u6bcf\u5929\u90fd\u8981\u7a7f\u4e0a\u91cd\u903e20\u65a4\u7684\u201c\u94e0\u7532\u201d\uff1f","smalltext":"20\u591a\u65a4\u91cd\u7684\u201c\u5927\u8902\u201d\u7ad9\u5728\u624b\u672f\u53f0\u4e0a\u4e00\u7a7f\u5c31\u662f\u4e00\u5929\u624b\u5e95\u4e0b\u4e3a\u5b88\u62a4\u75c5\u4eba\u7684\u751f\u547d\u5fd9\u788c\u5374\u4e0d\u5f97\u4e0d\u5c06\u81ea\u5df2\u4e00\u6b21\u6b21\u66b4\u9732\u5728X\u5c04\u7ebf\u4e0b\u5c11\u5219\u4e00\u5929\u63a5\u53d7\u5c04\u7ebf\u91cf\u51e0\u767e\u4e2amGy\u591a\u5219\u4e0a\u4e07\u4e2amGy\u4ed6\u4eec\u662f\u4e00\u7fa4\u5e73\u51e1\u7684\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=539"};
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 () {
}
});
});
}