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=2253&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: 1745166251,
nonceStr: '6NPtjlqW7ZkHfS17',
signature: '9c48e07612f16d13f94a2d23a22d1e364cefa5dd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a \u201c\u6700\u5f3a\u5927\u8111\u201d\u4ee5\u591a\u91cd\u8eab\u4efd\u594b\u6218\u5728\u6297\u75ab\u6700\u524d\u7ebf","smalltext":"\u63d0\u8d77\u5218\u8def\u4e3b\u4efb\uff0c\u5927\u5bb6\u90fd\u89c9\u5f97\u4ed6\u662f\u4e00\u4e2a\u5934\u8111\u7075\u6d3b\uff0c\u505a\u4e8b\u4e25\u8c28\u7684\u4eba\uff0c\u533b\u9662\u540c\u4e8b\u5f00\u73a9\u7b11\u79f0\u547c\u4ed6\u4e3a\u201c\u6700\u5f3a\u5927\u8111\u201d\u3002\u4ed6\uff0c\u6709\u591a\u91cd\u8eab\u4efd\u2014\u2014\u95e8\u8bca\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u5f71\u50cf\u79d1\u4e3b\u4efb\u3001\u95e8\u8bca\u90e8\u8d1f\u8d23\u4eba\u3001\u5e02\u7ea7\u548c\u9662\u5185\u201c\u65b0\u51a0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2253"};
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 () {
}
});
});
}