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=172&classid=13&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: 1743764483,
nonceStr: '5p4z4T1QTKJENhu7',
signature: '200108b775d1aa78b3b26e05d070e0d73bac34c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u4e09\u5927\u65b9\u9635\u6253\u9020\u4eba\u6587\u533b\u9662","smalltext":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u5728\u515a\u4ee3\u4f1a\u62a5\u544a\u4e2d\u5c06\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u5217\u4e3a\u533b\u9662\u6218\u7565\u53d1\u5c55\u76ee\u6807\uff0c\u5e76\u68b3\u7406\u51dd\u7ec3\u4e86\u533b\u9662\u7cbe\u795e\u3001\u5b97\u65e8\u3001\u9662\u8bad\u3001\u4f7f\u547d\u3001\u613f\u666f\u7b49\u6838\u5fc3\u7406\u5ff5\uff0c\u5728\u4f20\u627f\u4e2d\u4e0d\u65ad\u6c89\u6dc0\u51dd\u7ec3\uff0c\u5728\u521b\u65b0\u4e2d\u4e0d\u65ad\u63a2\u7d22\u53d1\u5c55\uff0c\u9010","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=172"};
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 () {
}
});
});
}