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=1228&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: 1749482370,
nonceStr: 'k49XE9xyyc9hqJLl',
signature: '200c37d1101513464ab6a2c3824dedefc04b7d93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u706b\u7206\u4e86\u7684\u300a\u4e2d\u56fd\u673a\u957f\u300b\uff0c\u6211\u4eec\u662f\u91cc\u9762\u7684\u8c01\uff1f","smalltext":"\u4e3a\u5e86\u795d\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70\u5468\u5e74\u7684\u5230\u6765\uff0c\u4e0d\u65ad\u6ee1\u8db3\u5458\u5de5\u6587\u5316\u751f\u6d3b\u9700\u6c42\uff0c\u6211\u9662\u5de5\u4f1a\u5206\u6279\u7ec4\u7ec7\u5458\u5de5\u89c2\u770b\u7535\u5f71\u300a\u4e2d\u56fd\u673a\u957f\u300b\uff0c\u4f7f\u5927\u5bb6\u80fd\u79ef\u6781\u9762\u5bf9\u5de5\u4f5c\u3001\u4f20\u64ad\u751f\u6d3b\u6b63\u80fd\u91cf\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1228"};
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 () {
}
});
});
}