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=2679&classid=13&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: 1743815882,
nonceStr: '9Fwz0Fe9tnmiy0oD',
signature: '7eff879a1cb130c479a8b89f5c878ac285438bb0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u56e2\u961f\uff1a\u5b88\u6b63\u521b\u65b0\u4f20\u9012\u597d\u58f0\u97f3 \u51fa\u5f69\u8ffd\u68a6\u594b\u8fdb\u65b0\u65f6\u4ee3","smalltext":"\u968f\u7740\u533b\u7597\u536b\u751f\u6539\u9769\u7684\u4e0d\u65ad\u6df1\u5316\u548c\u73b0\u4ee3\u536b\u751f\u4e8b\u4e1a\u7684\u8fc5\u901f\u53d1\u5c55\uff0c\u5ba3\u4f20\u5de5\u4f5c\u5728\u533b\u7597\u673a\u6784\u4e2d\u6240\u5360\u6709\u7684\u91cd\u8981\u5730\u4f4d\u548c\u4f5c\u7528\u65e5\u76ca\u51f8\u663e\u3002\u8fd1\u5e74\u6765\uff0c\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u90e8\u7d27\u7d27\u56f4\u7ed5\u515a\u548c\u56fd\u5bb6\u7684\u65b9\u9488\u653f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2679"};
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 () {
}
});
});
}