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=887&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: 1749396170,
nonceStr: 'AMe67kEDbeCh6hbm',
signature: 'd833c7244e602fd002ecd3420c5f66730e6dd9ae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u7236\u4eb2\u56e0\u8111\u51fa\u8840\u4f4f\u9662\uff0c\u5973\u513f\u4e3a\u4e86\u7167\u987e\u7236\u4eb2\u6b32\u653e\u5f03\u8003\u7814\uff0c\u533b\u9662\u817e\u51fa\u503c\u73ed\u5ba4\u9f13\u52b1\u5973\u513f\u597d\u597d\u590d\u4e60\u5907\u8003","smalltext":"\u5bb6\u4f4f\u8944\u9633\u7684\u9f9a\u5148\u751f\u56e0\u7a81\u53d1\u8111\u51fa\u8840\u624b\u672f\u540e\u5728\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u795e\u7ecf\u5916\u79d1\u8fdb\u884c\u5eb7\u590d\u6cbb\u7597\u3002\u9762\u5bf9\u7236\u4eb2\u7684\u7a81\u7136\u75c5\u5012\u4e0e\u5bb6\u5ead\u91cc\u7684\u56f0\u96be\uff0c\u6b63\u5728\u4e0a\u5927\u4e09\u7684\u5973\u513f\u51c6\u5907\u653e\u5f03\u8003\u7814\u3002\u79d1\u5ba4\u533b\u62a4\u4eba\u5458\u5f97\u77e5\u60c5\u51b5\u540e\uff0c\u4e00\u8fb9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=887"};
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 () {
}
});
});
}