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=2866&classid=10&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: 1743770782,
nonceStr: 'aD7kz81EJx44TUDz',
signature: '66ed0495d2b944c8c81d539c916852ee48c1abf0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u85cf\u81ea\u6cbb\u533a\u4eba\u6c11\u653f\u5e9c\u9a7b\u6210\u90fd\u529e\u4e8b\u5904\u533b\u9662\uff1a\u6253\u901a\u5728\u84c9\u5c31\u533b\u7684\u201c\u6700\u540e\u4e00\u516c\u91cc\u201d","smalltext":"\u201c\u8c22\u8c22\u4f60\u4eec\uff0c\u6709\u4e86\u6210\u529e\u533b\u9662\uff0c\u6211\u4eec\u770b\u75c5\u3001\u62a5\u9500\u65b9\u4fbf\u591a\u4e86\uff01\u201d\u8fd9\u662f\u897f\u85cf\u9000\u4f11\u804c\u5de5\u5f20\u8d35\u751f\u7684\u80ba\u8151\u4e4b\u8a00\u3002\u5f20\u8d35\u751f\u9000\u4f11\u540e\uff0c\u5b89\u7f6e\u5728\u8ddd\u79bb\u6210\u90fd150\u591a\u516c\u91cc\u7684\u96c5\u5b89\u5e02\u5929\u6cc9\u53bf\u3002\u4eab\u6709\u897f\u85cf\u533b\u7597\u4fdd\u9669\u7684\u4ed6\u5728\u5f53\u5730\u770b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2866"};
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 () {
}
});
});
}