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=5124&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: 1743764381,
nonceStr: 'ToQUkDiAYfgFYJcr',
signature: '991d7cc1a1df4d10dd9e6849fcca8e9ddb7f6fe1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202112\/778783ad97e43d3ff18fccee59fe337c.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u6253\u9020\u533b\u60a3\u53cb\u597d\u5065\u5eb7\u6559\u80b2\u65b0\u6a21\u5f0f \u7fa4\u7b56\u5999\u8ba1\u5b88\u62a4\u201c\u7cd6\u5988\u5988\u201d\u751c\u871c\u68a6\u60f3","smalltext":"\u201c\u8fd9\u662f\u6211\u4eec\u7cd6\u5988\u5988\u4ff1\u4e50\u90e8\u7684\u7b2c\u5341\u5e74\uff0c\u4e5f\u662f\u533b\u60a3\u5171\u540c\u5b88\u62a4\u751c\u871c\u68a6\u60f3\u7684\u5341\u5e74\u3002\u201d12\u670826\u65e5\uff0c\u5bd2\u6f6e\u88f9\u631f\u7740\u5bd2\u610f\u4fb5\u88ad\u5e7f\u5dde\uff0c\u4f46\u4e00\u573a\u5ef6\u7eed\u4e86\u5341\u5e74\u7684\u201c\u751c\u871c\u201d\u7ea6\u4f1a\u5374\u6e29\u6696\u5f00\u542f\u3002\u8fd9\u5929\uff0c\u5728\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5124"};
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 () {
}
});
});
}