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=5107&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: 1746208922,
nonceStr: '9tL7Z3lH01bEeDMU',
signature: '5d7200ec1ecb9c8a91b5e6b3f09c2221258507f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u7d27\u6025\u65bd\u6551\u88ab\u73bb\u7483\u201c\u8d2f\u7a7f\u201d\u5973\u5b69","smalltext":"2021\u5e7411\u6708\u7684\u4e00\u5929\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6025\u8bca\u79d1\u62a2\u6551\u5ba4\u6c14\u6c1b\u51dd\u91cd\uff0c\u4e00\u540d\u7531120\u7d27\u6025\u9001\u6765\u76849\u5c81\u5973\u5b69\u4e0d\u614e\u88ab\u957f\u8fbe20cm\u5c16\u9510\u73bb\u7483\u523a\u5165\u5de6\u4fa7\u8170\u80cc\u90e8\uff0c\u9a87\u4eba\u7684\u534a\u622a\u73bb\u7483\u788e\u7247\u8fd8\u88f8\u9732\u5728\u76ae\u80a4\u5916\u9762\uff0c\u6025\u884c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5107"};
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 () {
}
});
});
}