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=1800&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: 1749467581,
nonceStr: 'IgtVS2XnrjT5D58I',
signature: '14bf0ebe25597f898dd6791ea4ed5eba26171fbf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u63d0\u524d\u7ed9\u534a\u5c81\u7684\u513f\u5b50\u65ad\u5976\uff0c\u533b\u751f\u54fa\u4e73\u671f\u594b\u6218\u6297\u75ab\u4e00\u7ebf","smalltext":"\u9ad8\u7ea2\u6885,\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u533b\u751f\uff0c\u534a\u5c81\u5b69\u5b50\u7684\u5988\u5988\uff0c\u79d1\u5ba4\u4e3b\u4efb\u53ca\u540c\u4e8b\u4eec\u8003\u8651\u5230\u5979\u5c1a\u5728\u54fa\u4e73\u671f\uff0c\u5b89\u6392\u5979\u6625\u8282\u8f6e\u4f11\uff0c\u8ba9\u5979\u5728\u5bb6\u966a\u5b69\u5b50\u597d\u597d\u8fc7\u5e74\u3002\u53ef\u8fd9\u573a\u4ece\u6b66\u6c49\u7206\u53d1\u51fa\u6765\u7684\u80ba\u708e\u75ab\u60c5\uff0c\u6253\u4e71\u4e86\u6240\u6709\u4eba","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1800"};
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 () {
}
});
});
}