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=6476&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: 1743764700,
nonceStr: 'v16TvjEp97oUVWjB',
signature: '0957cbcb4d8388a7cc7d56c2a2091420f658edfd',
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\u5fc3\u4e0e\u5fc3\u7684\u78b0\u649e","smalltext":"\u65e0\u8bba\u65f6\u95f4\u600e\u6837\u6d41\u901d\uff0c\u62a4\u7406\u5de5\u4f5c\u6c38\u8fdc\u662f\u7231\u4e0e\u5949\u732e\u7684\u6f14\u7ece\u3002\u6211\u4eec\u6240\u80fd\u505a\u7684\u5c31\u662f\u8981\u5728\u6bcf\u4e2a\u77ac\u95f4\uff0c\u7ed9\u9700\u8981\u7167\u987e\u7684\u75c5\u4eba\u9001\u53bb\u6e29\u6696\uff0c\u901a\u8fc7\u5fc3\u4e0e\u5fc3\u7684\u78b0\u649e\uff0c\u8ba9\u7231\u5728\u4e16\u95f4\u8513\u5ef6\u3002 \u8fd9\u5929\u508d\u665a\uff0c\u6211\u50cf\u5f80\u5e38\u4e00\u6837\u540c\u767d\u73ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6476"};
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 () {
}
});
});
}