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=6676&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: 1743703397,
nonceStr: 'iSCDueGX7VZJ6CtR',
signature: '6f6362b3a1a2f6724496499e7ce3ac9ec8730c0f',
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\u8fd1\u70b9\uff0c\u8fd1\u70b9\uff0c\u518d\u8fd1\u4e00\u70b9","smalltext":"\u6709\u4eba\u8bf4\uff0c\u533b\u751f\u4e0e\u60a3\u8005\u4e4b\u95f4\u7684\u8ddd\u79bb\u5c5e\u4e8e\u793e\u4ea4\u8ddd\u79bb\uff0c\u8d77\u7801\u5f97\u662f\u4e00\u4e2a\u4eba\u7684\u624b\u591f\u4e0d\u5230\u5bf9\u65b9\u3002\u8fd9\u6837\u7684\u8ddd\u79bb\uff0c\u5355\u7eaf\u95ee\u8bca\u52c9\u5f3a\u53ef\u4ee5\uff0c\u4f46\u6d89\u53ca\u5230\u4f53\u67e5\u3001\u6cbb\u7597\u3001\u62a4\u7406\u3001\u624b\u672f\u7b49\uff0c\u662f\u8fdc\u8fdc\u4e0d\u591f\u7684\u3002\u8fd1\u70b9\uff0c\u79bb\u6211\u4eec\u7684\u60a3\u8005\u518d\u8fd1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6676"};
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 () {
}
});
});
}