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=2730&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: 1746165422,
nonceStr: 'jjxX8StjJa00iRs1',
signature: '3f9b70d8e0eb66482d8319bcee3441c7ee8d60ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u6ce2\u5e02\u7b2c\u4e00\u533b\u9662\uff1a\u6b22\u7b11\u8fdb\u75c5\u623f","smalltext":" \u201c\u5728\u67d0\u4e2a\u5de5\u4f5c\u65e5\u7684\u4e0b\u5348\uff0c\u6211\u4eec\u5728\u80be\u5185\u79d1\u75c5\u533a\u5f00\u5c55\u60a3\u8005\u9700\u6c42\u95ee\u5377\u8c03\u67e5\uff0c\u9047\u5230\u4e86\u4e00\u4f4d\u6162\u6027\u80be\u810f\u75c5\u7684\u4e2d\u5e74\u7537\u6027\u60a3\u8005\uff0c\u4ed6\u65e0\u529b\u5730\u8eba\u5728\u75c5\u5e8a\u4e0a\uff0c\u5e8a\u8fb9\u6709\u4e2a\u5c0f\u7537\u5b69\u5750\u5728\u5c0f\u677f\u51f3\u4e0a\u5b89\u9759\u5730\u5199\u7740\u4f5c\u4e1a\u3002\u6211\u4eec\u5411\u8fd9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2730"};
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 () {
}
});
});
}