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=768&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: 1749381528,
nonceStr: 'WCDV4uJLHgZwYXuR',
signature: 'f7da75f2ab65983d0da1ec1498f6b985e1b3f6de',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\uff1a\u79d1\u666e\u97f3\u9891\u52a9\u529b\u5bb6\u957f\u5065\u5eb7\u80b2\u513f","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u5e2e\u52a9\u5bb6\u957f\u63d0\u9ad8\u80b2\u513f\u7ecf\u9a8c\uff0c\u52a9\u529b\u5b69\u5b50\u5065\u5eb7\u6210\u957f\uff0c\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u5c06\u5bb6\u957f\u6700\u5173\u5fc3\u7684\u5b69\u5b50\u5e38\u89c1\u75c5\u7684\u9632\u6cbb\u548c\u5bb6\u5ead\u62a4\u7406\u3001\u751f\u957f\u53d1\u80b2\u3001\u8425\u517b\u4fdd\u5065\u3001\u5fc3\u7406\u884c\u4e3a\u53d1\u80b2\u6307\u5bfc\u3001\u4eb2\u5b50\u4e92\u52a8\u7b49\u533b\u5b66\u77e5\u8bc6\uff0c\u9080\u8bf7\u6211\u6240\u9ad8\u5e74\u8d44\u4e3b\u6cbb\u533b\u5e08\u7ea7\u522b\u4ee5\u4e0a\u533b\u751f\u5f55\u5236\u6210\u97f3\u9891\uff0c\u4fbf\u4e8e\u7528\u6237\u5229\u7528\u788e\u7247\u65f6\u95f4\u6536\u542c\u5b66\u4e60\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=768"};
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 () {
}
});
});
}