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=4752&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: 1746160058,
nonceStr: 'BB1M1gTTvHwt0fhZ',
signature: 'a8dfc0432d0a8fe173787bfcabb94e352a21b2a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u5927\u533b\u7597\u6dc4\u535a\u533b\u9662\u6709\u9650\u516c\u53f8-\u6539\u5584\u60a3\u8005\u5c31\u533b\u4f53\u9a8c\uff0c\u6211\u4eec\u4e00\u76f4\u5728\u8def\u4e0a","smalltext":"\u4e0e\u5171\u548c\u56fd\u540c\u9f84\u7684\u5317\u5927\u533b\u7597\u6dc4\u535a\u533b\u9662\uff0c\u4ee5\u60a3\u8005\u9700\u6c42\u4e3a\u201c\u951a\u70b9\u201d\uff0c\u7528\u4eba\u6587\u533b\u7597\u6e29\u6696\u60a3\u8005\u5fc3\uff0c\u7528\u771f\u60c5\u670d\u52a1\u4fc3\u8fdb\u533b\u60a3\u548c\u8c10\uff0c\u52aa\u529b\u4e3a\u4eba\u6c11\u7fa4\u4f17\u63d0\u4f9b\u66f4\u52a0\u4f18\u8d28\u9ad8\u6548\u7684\u5065\u5eb7\u670d\u52a1\u3002\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u5b8c\u5584\u670d\u52a1\u7ba1\u7406\u4f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4752"};
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 () {
}
});
});
}