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=3914&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: 1745108773,
nonceStr: 'KSnztloibKSNBNvI',
signature: '8f23bf97d2b2bdd3a703b971b6ceb26c08d4af27',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5f00\u5c55\u201c\u6211\u7684\u4e09\u5fc3\u6545\u4e8b\u201d\u6f14\u8bb2\u6717\u8bf5\u6bd4\u8d5b","smalltext":"\u4e3a\u5207\u5b9e\u5f00\u5c55\u597d\u201c\u6811\u5178\u578b\u3001\u5b66\u699c\u6837\u3001\u4fc3\u53d1\u5c55\u201d\u4e13\u9898\u6559\u80b2\u6d3b\u52a8\uff0c\u5728\u5168\u9662\u5e72\u90e8\u804c\u5de5\u6380\u8d77\u5b66\u4e60\u53f2\u8096\u534e\u540c\u5fd7\u7684\u5148\u8fdb\u4e8b\u8ff9\u7684\u9ad8\u6f6e\uff0c\u6df1\u523b\u7406\u89e3\u4e13\u5fc3\u3001\u82e6\u5fc3\u3001\u70ed\u5fc3\u7684\u201c\u4e09\u5fc3\u201d\u7cbe\u795e\uff0c\u79ef\u6781\u8425\u9020\u9662\u5185\u5bf9\u6807\u5148\u8fdb\u3001\u594b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3914"};
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 () {
}
});
});
}