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=3970&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: 1745109245,
nonceStr: '32BareBI49hU7DnZ',
signature: '588d343bb12f8083c0522741a6affd6c9483798c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4ed8\u51fa\u7518\u4e4b\u82e5\u9974\uff0c\u6240\u5f97\u5f52\u4e8e\u6b22\u559c","smalltext":"\u4ed6\u4e24\u6b21\u533b\u7597\u63f4\u52a9\u5766\u6851\u5c3c\u4e9a\uff0c\u53d7\u5230\u56fd\u5bb6\u9886\u5bfc\u4eba\u6170\u95ee\u63a5\u89c1\u3002\r\n\u4ed6\u56e0\u804c\u4e1a\u66b4\u9732\uff0c\u5bfc\u81f4\u542c\u529b\u53d7\u635f\uff0c\u4e0d\u5f97\u4e0d\u7ec8\u8eab\u4f69\u6234\u52a9\u542c\u5668\u3002\r\n\u4ed6\u9000\u4f11\u90a3\u5e74\uff0c\u5c06\u81ea\u8d39\u8d2d\u7f6e\u7684\u533b\u5b66\u6742\u5fd7\u53ca\u62a4\u7406\u4e66\u7c4d\u5168\u90e8\u6350\u732e\u7ed9\u4e86\u9ebb\u9189\u79d1\u53ca\u624b\u672f\u5ba4\u3002\r\n\u4ed684\u5c81\u9ad8\u9f84\u4f9d\u7136\u575a\u6301\u7ffb\u8bd1\u4e16\u754c\u524d\u6cbf\u533b\u5b66\u8d44\u6599\uff0c\u5b9a\u671f\u9001\u7ed9\u79d1\u5ba4\u7684\u201c\u5b69\u5b50\u4eec\u201d\u5b66\u4e60\u53c2\u8003\u3002\r\n\u4ed6\u662f\u5468\u627f\u5b5d\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u9ebb\u9189\u79d1\u521b\u5efa\u4eba\uff0c\u9ebb\u9189\u79d1\u7b2c\u4e00\u4efb\u79d1\u4e3b\u4efb\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3970"};
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 () {
}
});
});
}