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=1534&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: 1747211055,
nonceStr: 'FErBdJMnzlgPlYmX',
signature: 'adca6b838089e816322bbd3e32b48290bfc7c1e9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4ece18\u5c81\u8d70\u6765\uff0c\u90a3\u4e9b\u8bb0\u5fc6\u72b9\u5982\u523b\u5728\u94a2\u677f\u4e0a","smalltext":"\u5982\u4eca\uff0c\u9000\u4f11\u8fd4\u8058\u5728\u201c\u533b\u60a3\u529e\u201d\u5c97\u4f4d\u4e0a\u7684\u738b\u743c\u534e\u5373\u5c06\u770b\u5230\u533b\u9662\u642c\u8fc1\u65b0\u9662\u533a\uff0c\u4f5c\u4e3a\u89c1\u8bc1\u533b\u9662\u4e00\u6b65\u4e00\u4e2a\u811a\u5370\u53d1\u5c55\u8d77\u6765\u7684\u201c\u8001\u4e00\u8f88\u201d\uff0c\u81ea\u5df1\u7684\u201c\u5bb6\u201d\u5373\u5c06\u642c\u8d70\uff0c\u5fc3\u4e2d\u4e0d\u514d\u6709\u79cd\u6de1\u6de1\u7684\u4e0d\u820d\uff0c\u6bd5\u7adf\u8fd9\u4e2a\u201c\u5bb6\u201d\uff0c\u88c5\u6ee1\u4e86\u66fe\u7ecf\u7684\u9752\u6625\u3001\u901d\u53bb\u7684\u65f6\u5149\uff0c\u4e0d\u8fc7\uff0c\u5c31\u5982\u642c\u65b0\u5bb6\u4e00\u6837\uff0c\u533b\u9662\u53c8\u8fc8\u4e0a\u4e86\u4e00\u4e2a\u65b0\u7684\u53f0\u9636\uff0c\u670d\u52a1\u80fd\u529b\u4e5f\u4f1a\u5f97\u5230\u4e86\u8d28\u7684\u63d0\u5347\uff0c\u6240\u4ee5\uff0c\u66f4\u591a\u7684\u8fd8\u662f\u6000\u63e3\u7740\u61a7\u61ac\u4e0e\u671f\u76fc\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1534"};
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 () {
}
});
});
}