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=4296&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: 1743702946,
nonceStr: 'YGHGaboJbnPG9MXA',
signature: '40e8fb957ef92e00a44eb207e73307ab243bcd36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u4e8e\u745e\u82f1\uff1a\u4e00\u7b49\u5956\u300a\u5580\u5587\u6606\u4ed1\u519b\u533b\u65e5\u8bb0\u300b\u8def\u6f14\u80cc\u540e\u7684\u6545\u4e8b","smalltext":"2021\u5e74\u7684\u4eba\u6587\u8def\u6f14\u5982\u671f\u800c\u81f3\uff0c\u7b2c\u4e8c\u6b21\u53c2\u8d5b\uff0c\u6211\u4eec\u5bf9\u4eba\u6587\u8def\u6f14\u7684\u7406\u89e3\u5c11\u4e86\u521d\u6b21\u53c2\u8d5b\u7684\u8ff7\u832b\uff0c\u800c\u662f\u5728\u8fd9\u6761\u8def\u4e0a\u8d70\u5f97\u8d8a\u6765\u8d8a\u6e05\u6670\uff0c\u8d8a\u6765\u8d8a\u6765\u6e05\u695a\u7684\u8ba4\u8bc6\u5230\u533b\u9662\u4eba\u6587\u6240\u627f\u8f7d\u7684\u5185\u6db5\uff0c\u4e5f\u8d8a\u6765\u8d8a\u559c\u6b22\u8fd9\u4e2a\u821e\u53f0","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4296"};
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 () {
}
});
});
}