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=5490&classid=4&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: 1743632888,
nonceStr: '29f8sjSwi0Kt21fH',
signature: '8f709da4b227f6e76d823ba6550b99334bae8f3b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202210\/df4d7197afa673aa28f057c54a4ae16b.jpg","title":"\u9ad8\u4e3e\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u4f1f\u5927\u65d7\u5e1c \u4e3a\u5168\u9762\u5efa\u8bbe\u793e\u4f1a\u4e3b\u4e49\u73b0\u4ee3\u5316\u56fd\u5bb6\u800c\u56e2\u7ed3\u594b\u6597","smalltext":"\u4e2d\u56fd\u5171\u4ea7\u515a\u7b2c\u4e8c\u5341\u6b21\u5168\u56fd\u4ee3\u8868\u5927\u4f1a\u4e8e10\u670816\u65e5\u4e0a\u534810\u65f6\u5728\u5317\u4eac\u4eba\u6c11\u5927\u4f1a\u5802\u5f00\u5e55\u3002\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u4ee3\u8868\u7b2c\u5341\u4e5d\u5c4a\u4e2d\u592e\u59d4\u5458\u4f1a\u5411\u515a\u7684\u4e8c\u5341\u5927\u4f5c\u62a5\u544a\u3002\u4ee5\u4e0b\u4e3a\u62a5\u544a\u5b9e\u5f55\uff1a\u540c\u5fd7\u4eec\uff1a\u73b0\u5728\uff0c\u6211\u4ee3\u8868\u7b2c\u5341\u4e5d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=5490"};
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 () {
}
});
});
}