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=4805&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: 1744317794,
nonceStr: '3TMxJu4DcCvoxlRF',
signature: '2eb3c15e5b10302591c4c47fc4ea3dc5f8aca1d1',
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\u4e2d\u533b\u9662\uff1a\u5728\u751f\u547d\u7684\u8fd9\u5934\u5b88\u62a4\u60a8","smalltext":"\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u4fd7\u79f0\u8840\u900f\u5ba4\uff0c\u5728\u5f88\u591a\u4eba\u770b\u6765\u90a3\u662f\u4e00\u4e2a\u795e\u79d8\u7684\u5730\u65b9\uff0c\u5728\u90a3\u91cc\u8eba\u7740\u7684\u4eba\u90fd\u662f\u6307\u5411\u751f\u547d\u7ec8\u70b9\u7684\u4eba\uff0c\u5728\u90a3\u91cc\u6709\u5341\u51e0\u5c81\u7684\u5b69\u7ae5\uff0c\u6709\u8004\u800b\u8001\u4eba\uff0c\u6bcf\u4e00\u4e2a\u4eba\u5bf9\u5f85\u81ea\u5df1\u7684\u75be\u75c5\u90fd\u6709\u81ea\u5df1\u7684\u770b\u6cd5\uff0c\u552f\u6709\u4e00\u4e2a\u5171\u540c\u70b9--\u4e0d\u60f3\u63d0\u53ca\u4e0d\u613f\u88ab\u95ee\u8d77\u3002\u800c\u8840\u900f\u5ba4\u7684\u62a4\u58eb\u5374\u662f\u7a7f\u68ad\u5728\u8fd9\u7247\u5bc2\u9759\u4e2d\u7684\u5c0f\u9e1f\uff0c\u7528\u6b22\u5feb\u7684\u8bed\u8c03\u3001\u7ec6\u81f4\u7684\u5173\u5fc3\uff0c\u8010\u5fc3\u5730\u5173\u6000\u5230\u6bcf\u4e00\u4e2a\u6765\u8840\u900f\u7684\u4eba\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4805"};
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 () {
}
});
});
}