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=5193&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: 1743764439,
nonceStr: 'OfU5aT2fzhti79qj',
signature: '9dbf93484974bcf3d6c7b737058ea199a51376ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6210\u529f\u4e3a4\u5c81\u7537\u5b69\u6458\u9664\u201c\u5de8\u7624\u201d","smalltext":"\u7b2c\u4e00\u6b21\u89c1\u5230\u8fd9\u4e2a\u53eb\u6668\u6668\uff08\u5316\u540d\uff09\u7684\u5c0f\u7537\u5b69\u65f6\uff0c\u4ed6\u6b63\u626c\u8d77\u51bb\u5f97\u901a\u7ea2\u7684\u5c0f\u8138\u4e00\u76f4\u60f3\u8981\u8e6d\u5230\u5988\u5988\u6000\u91cc\u3002\u770b\u4f3c\u5e73\u9759\u800c\u7f8e\u597d\u7684\u753b\u9762\uff0c\u80cc\u540e\u7684\u6545\u4e8b\u5374\u4e0d\u4e00\u822c\uff0c\u6668\u6668\u9885\u5185\u7684\u5de8\u5927\u80bf\u7624\uff0c\u5df2\u7ecf\u8ba9\u8fd9\u4e2a\u666e\u901a\u7684\u5bb6\u5ead\u8f97\u8f6c\u4e8e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5193"};
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 () {
}
});
});
}