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=2148&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: 1747122999,
nonceStr: 'zBDRCVchwgMaMwaN',
signature: 'c6313fea08089457cc8e33db3339ad8c4f5ee0ef',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u53d1\u70ed\u95e8\u8bca\u2014\u6ca1\u6709\u785d\u70df\u7684\u201c\u524d\u950b\u6218\u573a\u201d","smalltext":"\u53d1\u70ed\u95e8\u8bca\u662f\u4e00\u4e2a\u6ca1\u6709\u785d\u70df\u7684\u201c\u524d\u950b\u6218\u573a\u201d\uff0c\u8d23\u4efb\u4e4b\u91cd\u3001\u538b\u529b\u4e4b\u5927\u53ef\u60f3\u800c\u77e5\u3002\u8fd9\u4e00\u573a\u75ab\u60c5\u9762\u524d\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u53d1\u70ed\u95e8\u8bca\u7684\u533b\u62a4\u56e2\u961f\u4e0d\u60e7\u5371\u9669\u3001\u9006\u884c\u800c\u4e0a\uff0c\u786e\u4fdd\u53d1\u70ed\u95e8\u8bca\u5e73\u7a33\u3001\u9ad8\u6548\u8fd0\u884c\uff0c\u5168\u529b\u505a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2148"};
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 () {
}
});
});
}