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=5221&classid=5&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: 1743764435,
nonceStr: 'fcgrxihh3CpjkbzL',
signature: '850b290c7260d149fbc45c478820169307c86650',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5bd2\u591c\u91cc\u7684\u575a\u5b88","smalltext":" \u51cc\u6668\u4e00\u70b9\u591a\uff0c\u5927\u5bb6\u6b63\u5728\u719f\u7761\u7684\u65f6\u5019\uff0c\u610f\u5916\u53d1\u751f\u4e86\uff0c120\u63a5\u5230\u4e00\u901a\u6025\u6551\u7535\u8bdd\uff1a\u201c\u4f60\u4eec\u5feb\u6765\uff0c\u6709\u4eba\u5931\u8db3\u6389\u6865\u4e0b\u5566\uff01\u201d\u201c\u60a8\u597d\uff0c\u8bf7\u95ee\u5177\u4f53\u4f4d\u7f6e\u5728\u54ea\u91cc\uff1f\u4eba\u5458\u60c5\u51b5\u600e\u4e48\u6837\uff1f\u201d\u201c\u5c31\u5728\u8001\u6c5f\u6865\uff0c\u4e00\u4e0d\u5c0f\u5fc3\u6389\u4e0b\u53bb\u4e86\uff0c\u73b0\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5221"};
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 () {
}
});
});
}