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=1735&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: 1749467534,
nonceStr: 'Oce6KNBfHdmRkuLR',
signature: '595dc787333b72ae03dc514b649f04f9495d8b66',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u6700\u751c\u7231\u60c5\uff0c\u4f60\u5954\u8d74\u6b66\u6c49 \u6211\u575a\u5b88\u6210\u90fd","smalltext":"\u6700\u7f8e\u597d\u7684\u7231\u60c5\uff0c\u662f\u201c\u966a\u4f60\u6162\u6162\u53d8\u8001\u201d\u30022020\u5e742\u67082\u65e5\uff0c\u5728\u6218\u201c\u75ab\u201d\u7b2c\u4e00\u7ebf\uff0c\u8fd8\u6709\u4e00\u79cd\u7231\u60c5\uff0c\u53eb\u201c\u4e0e\u5b50\u540c\u888d \u5e76\u80a9\u6218\u6597\u201d\u3002\u4ed6\u53eb\u738b\u65ed\u6d9b,\u662f\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u6210\u533b\u9644\u9662\uff09\u91cd\u75c7\u533b\u5b66\u79d1\u7537","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1735"};
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 () {
}
});
});
}