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=5164&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: 1743764380,
nonceStr: 'cYFCvXmxcJYAvZBO',
signature: 'af7f7728137171e3fa9a5ed1eaebe151693c3cd9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202201\/d23dae35bc9f7e5b33cd5b4fccbb879e.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u8fde\u7eed\u4e09\u5e74\u4e3e\u529e\u201c\u8fce\u6625\u9001\u798f\u201d\u5199\u6625\u8054\u6d3b\u52a8","smalltext":"\u5728\u65b0\u6625\u4f73\u8282\u5373\u5c06\u5230\u6765\u4e4b\u9645\uff0c\u4e3a\u4f20\u627f\u4e2d\u534e\u4f18\u79c0\u4f20\u7edf\u6587\u5316\uff0c\u8425\u9020\u6d53\u539a\u7684\u8282\u65e5\u6c1b\u56f4\uff0c1\u670825\u65e5\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7279\u90803\u4f4d\u77e5\u540d\u4e66\u753b\u5bb6\u5728\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u201c\u6d77\u68e0\u82b1\u7ea2\u201d\u515a\u7fa4\u670d\u52a1\u4e2d\u5fc3\u5f00\u5c55\u201c\u8fce\u6625\u9001\u798f\u201d\u5199\u6625","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5164"};
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 () {
}
});
});
}