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=6858&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: 1743632788,
nonceStr: 'akp3jzj1mj2ZoKXO',
signature: '1755196077b39bdb3f12f6a2a12ae8a649e627d9',
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\u4f20\u627f\u96f7\u950b\u7cbe\u795e \uff0c\u5f00\u5c55\u7231\u8033\u65e5\u4e3b\u9898\u4e49\u8bca\u6d3b\u52a8","smalltext":"\u9633\u6625\u4e09\u6708\uff0c\u96f7\u950b\u7cbe\u795e\u6696\u4eba\u5fc3\u3002\u5728\u7b2c62\u4e2a\u201c\u5b66\u96f7\u950b\u7eaa\u5ff5\u65e5\u201d\u548c\u5168\u56fd\u7b2c26\u4e2a\u201c\u7231\u8033\u65e5\u201d\u5230\u6765\u4e4b\u9645\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u4ee5\u201c\u4f20\u627f\u96f7\u950b\u7cbe\u795e\uff0c\u51dd\u805a\u594b\u8fdb\u529b\u91cf\u201d\u4e3a\u4e3b\u9898\uff0c\u4e8e3\u67083\u65e5\u5728\u6566\u5316\u5e02\u4e2d\u533b\u9662\u8033\u9f3b\u5589\u79d1\u5f00\u5c55\u5065\u5eb7\u4e49\u8bca\u6d3b\u52a8\u3002\u4e49\u8bca\u5f53\u5929\uff0c\u4e3a\u5c31\u8bca\u5e02\u6c11\u514d\u8d39\u54a8\u8be2\u3001\u514d\u8d39\u6302\u53f7\u3001\u514d\u7535\u8033\u955c\u68c0\u67e5\u8d39\uff0c\u5171\u7d2f\u8ba1\u63a5\u8bca\u5e02\u6c1150\u4f59\u4eba\u6b21\uff0c\u4ee5\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u533b\u8005\u4ec1\u5fc3\uff0c\u8ba9\u96f7\u950b\u7cbe\u795e\u5728\u65b0\u65f6\u4ee3\u7115\u53d1\u65b0\u5149\u5f69\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6858"};
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 () {
}
});
});
}