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=5444&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: 1743898679,
nonceStr: 'vZopbzCcUCOZMVEh',
signature: '67de3d45cee375a2f2028ba0d649ebabe2cd34ec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u200b \u9700\u8981\u5c0a\u91cd\u7684\u201c\u5014\u5f3a\u201d\u5c0f\u5b69","smalltext":"\u4f17\u6240\u5468\u77e5\uff0c\u4eba\u6587\u5173\u6000\u5176\u4e2d\u4e00\u70b9\u5c31\u662f\u8981\u5c0a\u91cd\u60a3\u8005\u610f\u613f\uff0c\u4e14\u4e0d\u5206\u7537\u5973\u8001\u5c11\u3002\u6700\u8fd1\u5728\u75c5\u623f\u53d1\u751f\u7684\u4e00\u4ef6\u4e8b\u8ba9\u6211\u6df1\u5207\u4f53\u4f1a\u5230\u4e86\u4eba\u6587\u5173\u6000\u5bf9\u6211\u4eec\u5de5\u4f5c\u7684\u91cd\u8981\u6027\u548c\u5fc5\u8981\u6027\u30027\u670820\u65e5\uff0c\u8033\u9f3b\u5589\u79d1\u4f4f\u9662\u75c5\u623f\u91cc\u7a81","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5444"};
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 () {
}
});
});
}