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=6470&classid=14&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: 1743764887,
nonceStr: 'mTRrc9vMyw37kDjo',
signature: 'e300c479d623814d4e0b58d43c43e7450b9bcfab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6709\u6e29\u5ea6\u7684\u201c\u9b54\u6cd5\u201d","smalltext":"\u4eca\u5929\uff0c\u6211\u7684\u7b2c\u4e00\u53f0\u624b\u672f\u60a3\u8005\uff0c\u8fb0\u8fb0\uff0c\u62df\u884c\u5168\u9ebb\u4e0b\u53cc\u4fa7\u6241\u6843\u4f53\u5207\u9664+\u817a\u6837\u4f53\u6d88\u878d\u672f\u3002\u6211\u4e3b\u52a8\u6478\u6478\u5979\u7684\u5934\u6e29\u67d4\u5730\u95ee\uff1a\u201c\u5c0f\u5b9d\u8d1d\uff0c\u4f60\u53eb\u4ec0\u4e48\u540d\u5b57\u554a\uff1f\u201d\u5979\u626d\u5934\u4e0d\u7406\u776c\u6211\uff0c\u5e76\u4e14\u53cc\u624b\u628a\u5979\u5976\u5976\u7684\u8116\u5b50\u6402\u5f97\u66f4\u7d27\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6470"};
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 () {
}
});
});
}