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=3484&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: 1745136060,
nonceStr: 'wwfYWDvXdwhKRt5C',
signature: 'e7106ae0255734f84d0adadae387c50e556bbdd5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6280\u53d6\u201c\u9e45\u86cb\u201d\uff0c\u6210\u529f\u5b8c\u6210\u4e00\u4f8b\u5de8\u5927\u978d\u7ed3\u8282\u8111\u819c\u7624\u5168\u5207\u672f","smalltext":"6\u670819\u65e5\uff0c\u795e\u7ecf\u5916\u79d1\u6765\u4e86\u4e00\u4f4d66\u5c81\u7684\u5973\u6027\uff0c\u6101\u5bb9\u6ee1\u9762\uff0c\u795e\u60c5\u840e\u9761\u662f\u5927\u5bb6\u5bf9\u5979\u7684\u7b2c\u4e00\u5370\u8c61\u3002\u5728\u5979\u8eab\u4e0a\u53d1\u751f\u4e86\u4ec0\u4e48\uff1f\u8fd1\u4e09\u5e74\uff0c\u674e\u5973\u58eb\u53cd\u590d\u51fa\u73b0\u5934\u6655\u3001\u89c6\u7269\u6a21\u7cca\u3001\u55c5\u89c9\u51cf\u9000\u7b49\u75c7\u72b6\uff0c\u8fd1\u4e24\u4e2a\u6708\u6765\u75c7\u72b6\u8d8a\u6765\u8d8a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3484"};
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 () {
}
});
});
}