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=215&classid=4&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: 1743703007,
nonceStr: 'FJZGOzfmpuzf04t7',
signature: '47a504afb3c688e9b7805cdc27f57310b5892365',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u878d\u5a92\u4f53\u65f6\u4ee3 \u533b\u9662\u54c1\u724c\u6587\u5316\u5982\u4f55\u6109\u5feb\u7684\u73a9\u800d","smalltext":"\u4e0d\u6015\u6d41\u6c13\u4f1a\u6253\u67b6\uff0c\u5c31\u6015\u6d41\u6c13\u6709\u6587\u5316\u3002\u6211\u4eec\u76fc\u671b\u7740\u7684\u6625\u5929\u8fd8\u8981\u7b49\u4e9b\u65f6\u65e5\uff0c\u4e00\u8def\u4e0a\uff0c\u9047\u5230\u9632\u4e0d\u80dc\u9632\u7684\u5404\u7c7b\u5934\u75bc\u7684\u8206\u60c5\u548c\u51a0\u5195\u5802\u7687\u7684\u6d41\u6c13\u8be5\u600e\u4e48\u529e\uff1f\u5e94\u5f88\u591a\u670b\u53cb\u8981\u6c42\uff0c\u6211\u628a\u524d\u51e0\u5929\u6211\u5728\u4e2d\u56fd\u533b\u5b66\u4eba\u6587\u5927\u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=215"};
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 () {
}
});
});
}