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=6459&classid=14&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: 1746177210,
nonceStr: 'n36VAB65NZNpSnPo',
signature: 'd889104c21c5f6d98bbacd947819fe33f41a33b7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u878d\u5a92\u4f53\u80cc\u666f\u4e0b\uff0c\u8bb2\u597d\u767e\u5e74\u8001\u9662\u6545\u4e8b\u505a\u597d\u5065\u5eb7\u4f20\u64ad\u7684\u5bf9\u7b56\u4e0e\u7814\u7a76","smalltext":"\u3010\u6458\u8981\u3011\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u524d\u8eab\u4e3a1886\u5e74\u82f1\u56fd\u533b\u5b66\u535a\u58eb\u67ef\u8fbe\u533b\u751f\u521b\u529e\u7684\u5317\u6d77\u666e\u4ec1\u533b\u9662\uff0c\u81f3\u4eca\u5df2\u6709137\u5e74\u7684\u5386\u53f2\uff0c\u662f\u5e7f\u897f\u7b2c\u4e00\u5bb6\u897f\u533b\u533b\u9662\u3002\u533b\u9662\u79ef\u6781\u878d\u5165\u65b0\u5a92\u4f53\u65f6\u4ee3\uff0c\u4f20\u627f\u767e\u5e74\u533b\u9662\u6587\u5316\uff0c\u8bb2\u597d\u767e\u5e74","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6459"};
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 () {
}
});
});
}