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=6942&classid=11&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: 1778159487,
nonceStr: 'ySTo5QowG0lA6gJa',
signature: '5964a52ff6d1c3842c077aa3eda9b25dd2cf580c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e00\u4efd\u88ab\u8bb0\u6302\u7684\u6e29\u6696","smalltext":"\u533b\u60a3\u4e4b\u95f4\u6700\u52a8\u4eba\u7684\u8054\u7ed3\uff0c\u4ece\u6765\u4e0d\u53ea\u662f\u9526\u65d7\u4e0a\u70eb\u91d1\u7684\u8d5e\u7f8e\uff0c\u4e5f\u4e0d\u4ec5\u662f\u611f\u8c22\u4fe1\u91cc\u5de5\u6574\u7684\u8f9e\u85fb\uff0c\u800c\u662f\u4e00\u4efd\u88ab\u8bb0\u6302\u7684\u6e29\u6696\uff0c\u4e00\u79cd\u5f7c\u6b64\u7684\u61c2\u5f97\u3002\u7ae0\u5e08\u5085\u62c4\u7740\u62d0\u6756\uff0c\u5192\u7740\u5927\u96e8\u8d70\u4e86\u5f88\u8fdc\u7684\u8def\uff0c\u53ea\u4e3a\u5f53\u9762\u8bf4\u4e00\u58f0\u611f\u8c22\uff1b\u674e\u59d0\u8bb0\u7740\u533b\u62a4\u4eec\u7684\u8f9b\u52b3\uff0c\u628a\u90a3\u4e9b\u4e0d\u88ab\u770b\u89c1\u7684\u75b2\u60eb\uff0c\u90fd\u85cf\u8fdb\u4e86\u4e00\u6839\u6839\u827e\u6376\u68d2\u3001\u4e00\u675f\u201c\u7b14\u82b1\u201d\u91cc\u3002\u8fd9\u79cd\u8bb0\u5f97\uff0c\u65e0\u5173\u56de\u62a5\uff0c\u65e0\u5173\u8363\u8a89\uff0c\u5374\u6bd4\u4efb\u4f55\u8d5e\u7f8e\u90fd\u73cd\u8d35\uff0c\u50cf\u4e00\u675f\u6696\u5149\uff0c\u7167\u4eae\u4e86\u533b\u62a4\u4eba\u5458\u575a\u5b88\u7684\u521d\u5fc3\uff0c\u4e5f\u6e29\u6696\u4e86\u60a3\u8005\u524d\u884c\u7684\u8def\u3002\r\n\u6b66\u6c49\u7d2b\u8346\u533b\u9662\u533b\u62a4\u4eba\u5458\u5168\u529b\u4ee5\u8d74\u7684\u5b88\u62a4\uff0c\u60a3\u8005\u53d1\u81ea\u5185\u5fc3\u7684\u611f\u6069\uff0c\u53cc\u5411\u6ecb\u517b\uff0c\u5f7c\u6b64\u7167\u4eae\uff0c\u8fd9\u4fbf\u662f\u4e16\u95f4\u6700\u52a8\u4eba\u7684\u533b\u60a3\u60c5\u3001\u6700\u73cd\u8d35\u7684\u4eba\u6587\u6696\u5149\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=6942"};
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 () {
}
});
});
}