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=5088&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: 1746209619,
nonceStr: 'WOZv7ryUWccocCZd',
signature: 'b3f5a7a8b7d2cfcd227fbed04dacf6c775644f0c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202112\/8f3ff83b86f5352eefea0d6a088193c9.jpg","title":"\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u745e\u91d1\u533b\u9662\uff1a\u738b\u632f\u4e49\u9662\u58eb\u751f\u65e5\u7684\u4e00\u5929","smalltext":"\u5e26\u4e0a\u6536\u5165\u6211\u91c7\u5199\u300a\u6e05\u8d2b\u7684\u7261\u4e39\u2014\u2014\u738b\u632f\u4e49\u300b\u901a\u8baf\u7684\u300a\u767e\u5e74\u536b\u751f \u7ea2\u8272\u4f20\u627f\u300b\u5de8\u8457\uff0816\u5f00\u672c\u300191\u4e07\u5b57\uff0c\u7531\u4e2d\u56fd\u4eba\u53e3\u51fa\u7248\u793e\u51fa\u7248\uff09\uff0c\u5e26\u4e0a\u6211\u8fd1\u4e24\u5e74\u91c7\u5199\u768420\u7bc7\u4eba\u7269\u901a\u8baf\u5e76\u4ee5\u5176\u4e2d\u4e00\u7bc7\u300a\u738b\u632f\u4e49\u8fd9\u5341\u5e74","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5088"};
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 () {
}
});
});
}