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=4648&classid=10&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: 1741487286,
nonceStr: 'a9mdm4vUeus1bcCb',
signature: 'bd1a2d59cfb9a4ef820e83f2ce82f3e3340709aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u5df4\u6797\u7279\u5c0f\u7ec4","smalltext":"\u8fd1\u4e9b\u5e74\u6765\uff0c\u7d27\u5f20\u7684\u533b\u60a3\u5173\u7cfb\uff0c\u4ee5\u53ca\u9891\u9891\u53d1\u751f\u7684\u533b\u60a3\u51b2\u7a81\uff0c\u523a\u6fc0\u7740\u5927\u4f17\u548c\u533b\u62a4\u4eba\u5458\u7684\u795e\u7ecf\uff0c\u5728\u5927\u5065\u5eb7\u53ca\u65b0\u533b\u6539\u7684\u5927\u80cc\u666f\u4e0b\uff0c\u5982\u4f55\u8ba9\u533b\u60a3\u5173\u7cfb\u56de\u5f52\u7406\u6027\uff0c\u548c\u8c10\u53d1\u5c55\uff1f\u8d8a\u6765\u8d8a\u591a\u7684\u8bc1\u636e\u4e5f\u63d0\u793a\uff0c\u533b\u60a3\u5173\u7cfb\u662f\u5f71\u54cd","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4648"};
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 () {
}
});
});
}