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=4583&classid=11&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: 1744084266,
nonceStr: 'ObcCpTLVCDUWPFMX',
signature: '71ad561a46ffd5d832e7e50d23cd659a39c39ec4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662-\u4ed6\u4eec\u8fd9\u6837\u8de8\u5e74","smalltext":"\u4e3a\u5c55\u73b0\u533b\u52a1\u5de5\u4f5c\u8005\u8fc7\u5e74\u671f\u95f4\u201c\u820d\u5c0f\u5bb6\u4e3a\u5927\u5bb6\u201d\u7684\u656c\u4e1a\u7cbe\u795e\uff0c\u5ba3\u4f20\u7ba1\u7406\u79d1\u7b56\u5212\u4e86\u201c\u533b\u52a1\u4eba\u5458\u5728\u5de5\u4f5c\u5c97\u4f4d\u4e0a\u4e0e\u9664\u5915\u591c\u51cc\u6668\u96f6\u65f6\u5408\u5f71\u201d\u7684\u62cd\u6444\u6d3b\u52a8\uff0c\u6d3b\u52a8\u5f97\u5230\u4e86\u9662\u5185\u4ea7\u79d1\u3001\u8d85\u58f0\u79d1\u3001\u795e\u7ecf\u5916\u79d1\u7b4915","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4583"};
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 () {
}
});
});
}